aboutsummaryrefslogtreecommitdiff
path: root/src/game/Chat.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-04-27 18:15:30 -0500
committermegamage <none@none>2009-04-27 18:15:30 -0500
commitf9c40474410c5d54e408f5074b2dee1ff329c0d5 (patch)
tree1c75e3a8fec6b88f2dec9d482a1d4ca6b27a7fb6 /src/game/Chat.h
parent34599a46f78bc008233001e68220442a5cf4984a (diff)
[7714] Implement new command .character level for set level provided level. Author: VladimirMangos
--HG-- branch : trunk
Diffstat (limited to 'src/game/Chat.h')
-rw-r--r--src/game/Chat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/Chat.h b/src/game/Chat.h
index bcfb676510c..6675094e942 100644
--- a/src/game/Chat.h
+++ b/src/game/Chat.h
@@ -127,6 +127,7 @@ class ChatHandler
bool HandleCharacterCustomizeCommand(const char * args);
bool HandleCharacterDeleteCommand(const char* args);
bool HandleCharacterRenameCommand(const char * args);
+ bool HandleCharacterLevelCommand(const char* args);
bool HandleDebugAnimCommand(const char* args);
bool HandleDebugArenaCommand(const char * args);
@@ -574,6 +575,7 @@ class ChatHandler
bool HandleBanHelper(BanMode mode,char const* args);
bool HandleBanInfoHelper(uint32 accountid, char const* accountname);
bool HandleUnBanHelper(BanMode mode,char const* args);
+ void HandleCharacterLevel(Player* player, uint64 player_guid, uint32 oldlevel, uint32 newlevel);
void SetSentErrorMessage(bool val){ sentErrorMessage = val;};
private: