diff options
Diffstat (limited to 'src/game/World.cpp')
| -rw-r--r-- | src/game/World.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp index f8590ce8784..939426d86d1 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -1305,8 +1305,8 @@ void World::SetInitialWorldSettings() sLog.outString("Loading Game Object Templates..."); // must be after LoadPageTexts objmgr.LoadGameobjectInfo(); - sLog.outString("Loading Spell Chain Data..."); - spellmgr.LoadSpellChains(); + sLog.outString("Loading Spell Rank Data..."); + spellmgr.LoadSpellRanks(); sLog.outString("Loading Spell Required Data..."); spellmgr.LoadSpellRequired(); @@ -1315,7 +1315,7 @@ void World::SetInitialWorldSettings() spellmgr.LoadSpellElixirs(); sLog.outString("Loading Spell Learn Skills..."); - spellmgr.LoadSpellLearnSkills(); // must be after LoadSpellChains + spellmgr.LoadSpellLearnSkills(); // must be after LoadSpellRanks sLog.outString("Loading Spell Learn Spells..."); spellmgr.LoadSpellLearnSpells(); |
