aboutsummaryrefslogtreecommitdiff
path: root/src/game/World.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/World.cpp')
-rw-r--r--src/game/World.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp
index 9f38e10e471..f23d4a23d22 100644
--- a/src/game/World.cpp
+++ b/src/game/World.cpp
@@ -1311,7 +1311,7 @@ void World::SetInitialWorldSettings()
sLog.outString("Loading Spell Required Data...");
spellmgr.LoadSpellRequired();
- sLog.outString("Loading Spell Elixir types...");
+ sLog.outString("Loading Spell Group types...");
spellmgr.LoadSpellGroups();
sLog.outString("Loading Spell Learn Skills...");
@@ -1329,8 +1329,8 @@ void World::SetInitialWorldSettings()
sLog.outString("Loading Aggro Spells Definitions...");
spellmgr.LoadSpellThreats();
- sLog.outString("Loading Spell Stacking masks...");
- spellmgr.LoadSpellStackMasks();
+ sLog.outString("Loading Spell Group Stack Rules...");
+ spellmgr.LoadSpellGroupStackRules();
sLog.outString("Loading NPC Texts...");
objmgr.LoadGossipText();