diff options
author | maximius <none@none> | 2009-09-27 21:23:06 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-09-27 21:23:06 -0700 |
commit | 77e5c0362e574d878fcc7f6eafd51df8d197e561 (patch) | |
tree | 349eecf4bfc1b579788b3fa2fc25078326f8bb82 /src/game/Chat.h | |
parent | 7d60e2fb184e7e62d62ce6592112af9f340d3a5a (diff) |
*Add ".account addon" command, now players can change their account's expansion.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Chat.h')
-rw-r--r-- | src/game/Chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Chat.h b/src/game/Chat.h index 252c198300b..1518cb6d45e 100644 --- a/src/game/Chat.h +++ b/src/game/Chat.h @@ -101,6 +101,7 @@ class TRINITY_DLL_SPEC ChatHandler bool ShowHelpForSubCommands(ChatCommand *table, char const* cmd, char const* subcmd); bool HandleAccountCommand(const char* args); + bool HandleAccountAddonCommand(const char* args); bool HandleAccountCreateCommand(const char* args); bool HandleAccountDeleteCommand(const char* args); bool HandleAccountLockCommand(const char* args); |