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 baecc8871fb..47598dafc65 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -1091,6 +1091,9 @@ void World::SetInitialWorldSettings() sLog.outString( "Loading Spell Chain Data..." ); spellmgr.LoadSpellChains(); + sLog.outString( "Loading Spell Required Data..." ); + spellmgr.LoadSpellRequired(); + sLog.outString( "Loading Spell Elixir types..." ); spellmgr.LoadSpellElixirs(); |