diff options
| author | megamage <none@none> | 2009-02-17 14:51:25 -0600 | 
|---|---|---|
| committer | megamage <none@none> | 2009-02-17 14:51:25 -0600 | 
| commit | d73b38f0fa09b68489c8407dee59804272ce9dd8 (patch) | |
| tree | 80efe2adf4d248b79c3999307c4e10382d38bb38 /src/game/Chat.h | |
| parent | 1c894bee918b1b5e50c49d91e80bb09446dc84e3 (diff) | |
[7290] Command .npc setdeathstate on/off. Author: GriffonHeart
--HG--
branch : trunk
Diffstat (limited to 'src/game/Chat.h')
| -rw-r--r-- | src/game/Chat.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Chat.h b/src/game/Chat.h index a47397212d8..7ff89e5071c 100644 --- a/src/game/Chat.h +++ b/src/game/Chat.h @@ -208,6 +208,7 @@ class ChatHandler          bool HandleNpcWhisperCommand(const char* args);          bool HandleNpcYellCommand(const char* args);          bool HandleNpcAddFormationCommand(const char* args); +        bool HandleNpcSetDeathStateCommand(const char* args);          bool HandleReloadAllCommand(const char* args);          bool HandleReloadAllAreaCommand(const char* args);  | 
