aboutsummaryrefslogtreecommitdiff
path: root/src/game/World.cpp
diff options
context:
space:
mode:
authorthenecromancer <none@none>2010-01-23 17:05:20 +0100
committerthenecromancer <none@none>2010-01-23 17:05:20 +0100
commitd32e0878c72801de5d9753211df4fcfadd55dea5 (patch)
tree085e62fca4794fab96c28a46093127938d7a50c9 /src/game/World.cpp
parentcaf3505f752c1062fd0adad86738e6d2408f7a31 (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/World.cpp')
-rw-r--r--src/game/World.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp
index 9c68dca848f..a9a0c9426eb 100644
--- a/src/game/World.cpp
+++ b/src/game/World.cpp
@@ -1329,6 +1329,9 @@ void World::SetInitialWorldSettings()
sLog.outString("Loading Aggro Spells Definitions...");
spellmgr.LoadSpellThreats();
+ sLog.outString("Loading Spell Stacking masks...");
+ spellmgr.LoadSpellStackMasks();
+
sLog.outString("Loading NPC Texts...");
objmgr.LoadGossipText();