diff options
author | thenecromancer <none@none> | 2010-01-23 17:05:20 +0100 |
---|---|---|
committer | thenecromancer <none@none> | 2010-01-23 17:05:20 +0100 |
commit | d32e0878c72801de5d9753211df4fcfadd55dea5 (patch) | |
tree | 085e62fca4794fab96c28a46093127938d7a50c9 /src/game/Chat.h | |
parent | caf3505f752c1062fd0adad86738e6d2408f7a31 (diff) |
Remove Battle Shout/Blessing of Might hack
Add table holding stacking masks for non-target/caster related stacking rules
Aura bounce check is still to be done
--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 f4dba8b6596..817a9306eba 100644 --- a/src/game/Chat.h +++ b/src/game/Chat.h @@ -421,6 +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 HandleReloadAuctionsCommand(const char* args); bool HandleReloadWpScriptsCommand(const char* args); |