diff options
| author | mknjc <none@none> | 2009-04-05 12:46:52 +0200 |
|---|---|---|
| committer | mknjc <none@none> | 2009-04-05 12:46:52 +0200 |
| commit | 813a832b110a4ff04df36d1c4a2ae63b4c2edf10 (patch) | |
| tree | bb25173f84e481d2a99cfde9fa1e72b69ba35fa2 /src/game/Chat.h | |
| parent | 5fb720d117a255fa4f099cc23b78b1bf30de46c9 (diff) | |
Added reload command for spell_linked_spell DB table
--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 c66d5e4dee7..34125fc15c1 100644 --- a/src/game/Chat.h +++ b/src/game/Chat.h @@ -260,6 +260,7 @@ class ChatHandler bool HandleReloadSpellRequiredCommand(const char* args); bool HandleReloadSpellElixirCommand(const char* args); bool HandleReloadSpellLearnSpellCommand(const char* args); + bool HandleReloadSpellLinkedSpellCommand(const char* args); bool HandleReloadSpellProcEventCommand(const char* args); bool HandleReloadSpellScriptTargetCommand(const char* args); bool HandleReloadSpellScriptsCommand(const char* args); |
