From 928443d8993869dfbf3adceabe4ba0b3cfe0edef Mon Sep 17 00:00:00 2001 From: Shauren Date: Thu, 23 Dec 2010 23:25:44 +0100 Subject: Core: Removed more operator workarounds for ACE_Singleton (missed previously because of inconsistent naming) --HG-- branch : trunk --- src/server/game/Movement/Waypoints/WaypointManager.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/server/game/Movement/Waypoints') diff --git a/src/server/game/Movement/Waypoints/WaypointManager.cpp b/src/server/game/Movement/Waypoints/WaypointManager.cpp index de29bc49c7c..5aaba6aeb4c 100755 --- a/src/server/game/Movement/Waypoints/WaypointManager.cpp +++ b/src/server/game/Movement/Waypoints/WaypointManager.cpp @@ -41,8 +41,8 @@ void WaypointStore::Load() if (!result) { - sLog.outErrorDb(">> Loaded 0 waypoints. DB table `waypoint_data` is empty!"); - sLog.outString(); + sLog->outErrorDb(">> Loaded 0 waypoints. DB table `waypoint_data` is empty!"); + sLog->outString(); return; } @@ -88,8 +88,8 @@ void WaypointStore::Load() } while (result->NextRow()) ; - sLog.outString(">> Loaded %u waypoints in %u ms", count, GetMSTimeDiffToNow(oldMSTime)); - sLog.outString(); + sLog->outString(">> Loaded %u waypoints in %u ms", count, GetMSTimeDiffToNow(oldMSTime)); + sLog->outString(); } void WaypointStore::UpdatePath(uint32 id) -- cgit v1.2.3