diff options
author | megamage <none@none> | 2009-06-27 18:27:31 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-06-27 18:27:31 -0500 |
commit | 02a83001a4856e825c24b0a0a6d26d06e1ede288 (patch) | |
tree | fb4a0bb676d2711355ac91481cc3afdda292e7ee /src/game/Chat.h | |
parent | cf9c437d8ee96a91d9aba0dd51b8cb2ab070adfe (diff) |
[8083] New debug command: .debug setaurastate for test target/caster aura states. Author: VladimirMangos
--HG--
branch : trunk
Diffstat (limited to 'src/game/Chat.h')
-rw-r--r-- | src/game/Chat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/Chat.h b/src/game/Chat.h index b970628f94f..79a7cb390e0 100644 --- a/src/game/Chat.h +++ b/src/game/Chat.h @@ -142,9 +142,10 @@ class ChatHandler bool HandleDebugGetLootRecipient(const char * args); bool HandleDebugGetValue(const char* args); bool HandleDebugMod32Value(const char* args); - bool HandleDebugSetValue(const char* args); + bool HandleDebugSetAuraStateCommand(const char * args); bool HandleDebugSetItemFlagCommand(const char * args); bool HandleDebugSetVehicleId(const char * args); + bool HandleDebugSetValue(const char* args); bool HandleDebugSpawnVehicle(const char * args); bool HandleDebugEnterVehicle(const char * args); bool HandleDebugUpdate(const char* args); |