From de849cc5087e9a11ddff2f4e9ec42b1ec293cf2a Mon Sep 17 00:00:00 2001 From: megamage Date: Sat, 21 Mar 2009 14:53:38 -0600 Subject: Small code cleanup and partial merge with dev branch Author: tomrus88 --HG-- branch : trunk --- src/game/Chat.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/Chat.cpp') 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 } }; -- cgit v1.2.3