aboutsummaryrefslogtreecommitdiff
path: root/src/game/Level3.cpp
diff options
context:
space:
mode:
authorSpp <none@none>2010-04-07 17:24:07 +0200
committerSpp <none@none>2010-04-07 17:24:07 +0200
commitf490ad5ac259712e323f0a52e608ff1383b2fc41 (patch)
tree1bbe00973a622672eccf3450f302f7cb3bc33882 /src/game/Level3.cpp
parent502fc82fb822e4245aff0530d22c013daa5d3de9 (diff)
Code Style: tab to spaces
--HG-- branch : trunk
Diffstat (limited to 'src/game/Level3.cpp')
-rw-r--r--src/game/Level3.cpp2
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;
}