aboutsummaryrefslogtreecommitdiff
path: root/src/game/Chat.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-21 14:53:38 -0600
committermegamage <none@none>2009-03-21 14:53:38 -0600
commitde849cc5087e9a11ddff2f4e9ec42b1ec293cf2a (patch)
tree209f7f4bb8e6b4fde7dbd57305a1e797cc5010af /src/game/Chat.cpp
parent3b09489f880f13116ac285085982721ef60920cd (diff)
Small code cleanup and partial merge with dev branch Author: tomrus88
--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 0ed7971f802..5b194373f91 100644
--- a/src/game/Chat.cpp
+++ b/src/game/Chat.cpp
@@ -137,6 +137,7 @@ ChatCommand * ChatHandler::getCommandTable()
{ "arena", SEC_ADMINISTRATOR, false, &ChatHandler::HandleDebugArenaCommand, "", NULL },
{ "bg", SEC_ADMINISTRATOR, false, &ChatHandler::HandleDebugBattlegroundCommand, "", NULL },
{ "sendlargepacket",SEC_ADMINISTRATOR, false, &ChatHandler::HandleDebugSendLargePacketCommand, "", NULL },
+ { "setitemflag", SEC_ADMINISTRATOR, false, &ChatHandler::HandleDebugSetItemFlagCommand, "", NULL },
{ NULL, 0, false, NULL, "", NULL }
};