aboutsummaryrefslogtreecommitdiff
path: root/src/game/Chat.cpp
diff options
context:
space:
mode:
authormaximius <none@none>2009-09-27 21:23:06 -0700
committermaximius <none@none>2009-09-27 21:23:06 -0700
commit77e5c0362e574d878fcc7f6eafd51df8d197e561 (patch)
tree349eecf4bfc1b579788b3fa2fc25078326f8bb82 /src/game/Chat.cpp
parent7d60e2fb184e7e62d62ce6592112af9f340d3a5a (diff)
*Add ".account addon" command, now players can change their account's expansion.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Chat.cpp')
-rw-r--r--src/game/Chat.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Chat.cpp b/src/game/Chat.cpp
index 0318dedb8b7..32233aae5a9 100644
--- a/src/game/Chat.cpp
+++ b/src/game/Chat.cpp
@@ -74,6 +74,7 @@ ChatCommand * ChatHandler::getCommandTable()
static ChatCommand accountCommandTable[] =
{
+ { "addon", SEC_PLAYER, false, &ChatHandler::HandleAccountAddonCommand, "", NULL },
{ "create", SEC_CONSOLE, true, &ChatHandler::HandleAccountCreateCommand, "", NULL },
{ "delete", SEC_CONSOLE, true, &ChatHandler::HandleAccountDeleteCommand, "", NULL },
{ "onlinelist", SEC_CONSOLE, true, &ChatHandler::HandleAccountOnlineListCommand, "", NULL },