diff options
Diffstat (limited to 'src/game/Level3.cpp')
| -rw-r--r-- | src/game/Level3.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Level3.cpp b/src/game/Level3.cpp index 82350b1f2b9..5a86f6082d6 100644 --- a/src/game/Level3.cpp +++ b/src/game/Level3.cpp @@ -5291,7 +5291,7 @@ bool ChatHandler::HandleResetTalentsCommand(const char * args)                  ChatHandler(owner->ToPlayer()).SendSysMessage(LANG_RESET_PET_TALENTS);                  if(!m_session || m_session->GetPlayer()!=owner->ToPlayer()) -		  PSendSysMessage(LANG_RESET_PET_TALENTS_ONLINE,GetNameLink(owner->ToPlayer()).c_str()); +          PSendSysMessage(LANG_RESET_PET_TALENTS_ONLINE,GetNameLink(owner->ToPlayer()).c_str());              }              return true;          }  | 
