diff options
author | QAston <none@none> | 2010-02-02 22:35:01 +0100 |
---|---|---|
committer | QAston <none@none> | 2010-02-02 22:35:01 +0100 |
commit | 10695f9131336b26c352b19ce2a39e8c2ca0af8e (patch) | |
tree | 8133420b42fa204ed5f11553df7e04e50a735bed /src/game/Chat.h | |
parent | 70425115f0650807fb08ca5d70a782c532e7c926 (diff) |
*Drop spell_stack_masks table
*Add spell_group_stack_rules table (for more info see wiki)
*The table is maintained by core team
*Move some spell specific out of core to the new table
--HG--
branch : trunk
Diffstat (limited to 'src/game/Chat.h')
-rw-r--r-- | src/game/Chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Chat.h b/src/game/Chat.h index 4edd705c5dd..2fe4e245e6e 100644 --- a/src/game/Chat.h +++ b/src/game/Chat.h @@ -421,7 +421,7 @@ class TRINITY_DLL_SPEC ChatHandler bool HandleReloadSpellThreatsCommand(const char* args); bool HandleReloadSpellPetAurasCommand(const char* args); bool HandleReloadSpellDisabledCommand(const char* args); - bool HandleReloadSpellStackMasksCommand(const char* args); + bool HandleReloadSpellGroupStackRulesCommand(const char* args); bool HandleReloadAuctionsCommand(const char* args); bool HandleReloadWpScriptsCommand(const char* args); |