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.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp
index 9615a378faa..fa44e527da5 100644
--- a/src/game/World.cpp
+++ b/src/game/World.cpp
@@ -1293,6 +1293,9 @@ void World::SetInitialWorldSettings()
sLog.outString( ">>> Quests Relations loaded" );
sLog.outString();
+ sLog.outString( "Loading UNIT_NPC_FLAG_SPELLCLICK Data..." );
+ objmgr.LoadNPCSpellClickSpells();
+
sLog.outString( "Loading SpellArea Data..." ); // must be after quest load
spellmgr.LoadSpellAreas();