diff options
Diffstat (limited to 'src/game/World.cpp')
-rw-r--r-- | src/game/World.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp index 0ef07e143ba..dced43596a4 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -1562,7 +1562,7 @@ void World::SetInitialWorldSettings() objmgr.LoadTrainerSpell(); // must be after load CreatureTemplate sLog.outString("Loading Waypoints..."); - WaypointMgr.Load(); + sWaypointMgr->Load(); sLog.outString("Loading Creature Formations..."); formation_mgr.LoadCreatureFormations(); |