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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp
index de89643257f..45070615f4d 100644
--- a/src/game/World.cpp
+++ b/src/game/World.cpp
@@ -1093,8 +1093,8 @@ void World::SetInitialWorldSettings()
sLog.outString( "Loading spell pet auras..." );
spellmgr.LoadSpellPetAuras();
- sLog.outString( "Loading spell extra infos...(TODO)" );
- spellmgr.LoadSpellExtraInfo();
+ sLog.outString( "Loading spell extra attributes...(TODO)" );
+ spellmgr.LoadSpellExtraAttr();
sLog.outString( "Loading player Create Info & Level Stats..." );
objmgr.LoadPlayerInfo();