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 f00ed177a3b..21b1372f1af 100644
--- a/src/game/World.cpp
+++ b/src/game/World.cpp
@@ -1375,6 +1375,9 @@ void World::SetInitialWorldSettings()
sLog.outString("Loading Points Of Interest Data...");
objmgr.LoadPointsOfInterest();
+ sLog.outString("Loading Creature Base Stats...");
+ objmgr.LoadCreatureClassLevelStats();
+
sLog.outString("Loading Creature Data...");
objmgr.LoadCreatures();