From d32e0878c72801de5d9753211df4fcfadd55dea5 Mon Sep 17 00:00:00 2001 From: thenecromancer Date: Sat, 23 Jan 2010 17:05:20 +0100 Subject: 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 --- src/game/World.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/game/World.cpp') 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(); -- cgit v1.2.3