aboutsummaryrefslogtreecommitdiff
path: root/src/game/World.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-04-15 17:06:38 -0500
committermegamage <none@none>2009-04-15 17:06:38 -0500
commit905833f84e67b4264b05b882edefd444de5c6309 (patch)
tree2a7e143c63e8a82862b77cfe610aa86b0863b5ac /src/game/World.cpp
parent8e910aca6b84f407d16f8db9cbe6d3ec093ba57f (diff)
parent348339770e7e04f4a1a3bef7ba45fef83821c7a4 (diff)
*Merge.
--HG-- branch : trunk
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 d9a22a4a4a2..fe96d160a10 100644
--- a/src/game/World.cpp
+++ b/src/game/World.cpp
@@ -1254,6 +1254,9 @@ void World::SetInitialWorldSettings()
sLog.outString( "Loading Creature Data..." );
objmgr.LoadCreatures();
+ sLog.outString( "Loading Creature Linked Respawn..." );
+ objmgr.LoadCreatureLinkedRespawn(); // must be after LoadCreatures()
+
sLog.outString( "Loading Creature Addon Data..." );
sLog.outString();
objmgr.LoadCreatureAddons(); // must be after LoadCreatureTemplates() and LoadCreatures()