diff options
author | Rat@walamy <none@none> | 2010-05-16 17:45:45 +0200 |
---|---|---|
committer | Rat@walamy <none@none> | 2010-05-16 17:45:45 +0200 |
commit | 9771757c4c9c2210a258e9bf477f06a4981d4794 (patch) | |
tree | df021d18706b254ad1a0969c49686d7f158c2853 /src/game/Chat.h | |
parent | c26399a96804cf4231dd6ec2e6f4e3ec437aac64 (diff) |
you can now reload creatures from creature_template table
NOTE: reload is limited to one creature at a time
Usage: .reload creature_template $entry
Warning: this is mainly for developers, reloading a creature can cause unexpected behaviors!!
--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 4b33c51f612..9545588db7c 100644 --- a/src/game/Chat.h +++ b/src/game/Chat.h @@ -361,6 +361,7 @@ class ChatHandler bool HandleReloadEventAISummonsCommand(const char* args); bool HandleReloadEventAIScriptsCommand(const char* args); bool HandleReloadCommandCommand(const char* args); + bool HandleReloadCreatureTemplateCommand(const char* args); bool HandleReloadCreatureQuestRelationsCommand(const char* args); bool HandleReloadCreatureQuestInvRelationsCommand(const char* args); bool HandleReloadCreatureLinkedRespawnCommand(const char* args); |