diff options
author | megamage <none@none> | 2009-04-08 16:43:59 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-04-08 16:43:59 -0500 |
commit | f3cc13d28ce1bdb38fdb60459f9470ed73494b7b (patch) | |
tree | ee019875b6f6723a326c990609069263e718e8cb /src | |
parent | 5deb8510c409dbfd9b0feef0f845622d24bce700 (diff) |
*Enable some disabled gm command.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/Chat.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/Chat.cpp b/src/game/Chat.cpp index 48ac0742a5a..396af91f409 100644 --- a/src/game/Chat.cpp +++ b/src/game/Chat.cpp @@ -136,6 +136,8 @@ ChatCommand * ChatHandler::getCommandTable() static ChatCommand debugCommandTable[] = { { "setbit", SEC_ADMINISTRATOR, false, &ChatHandler::HandleDebugSet32Bit, "", NULL }, + { "threat", SEC_ADMINISTRATOR, false, &ChatHandler::HandleDebugThreatList, "", NULL }, + { "hostil", SEC_ADMINISTRATOR, false, &ChatHandler::HandleDebugHostilRefList, "", NULL }, { "anim", SEC_GAMEMASTER, false, &ChatHandler::HandleDebugAnimCommand, "", NULL }, { "arena", SEC_ADMINISTRATOR, false, &ChatHandler::HandleDebugArenaCommand, "", NULL }, { "bg", SEC_ADMINISTRATOR, false, &ChatHandler::HandleDebugBattlegroundCommand, "", NULL }, |