diff options
Diffstat (limited to 'src/game/World.cpp')
| -rw-r--r-- | src/game/World.cpp | 3 |
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(); |
