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/Tickets/TicketMgr.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/server/game/Tickets/TicketMgr.cpp') diff --git a/src/server/game/Tickets/TicketMgr.cpp b/src/server/game/Tickets/TicketMgr.cpp index fdc11a1df72..8a61bdd10e6 100755 --- a/src/server/game/Tickets/TicketMgr.cpp +++ b/src/server/game/Tickets/TicketMgr.cpp @@ -55,8 +55,8 @@ void TicketMgr::LoadGMTickets() if (!result) { - sLog.outString(">> Loaded 0 GM tickets. DB table `gm_tickets` is empty!"); - sLog.outString(); + sLog->outString(">> Loaded 0 GM tickets. DB table `gm_tickets` is empty!"); + sLog->outString(); return; } @@ -98,8 +98,8 @@ void TicketMgr::LoadGMTickets() m_GMticketid = fields[0].GetUInt64(); } - sLog.outString(">> Loaded %u GM tickets in %u ms", count, GetMSTimeDiffToNow(oldMSTime)); - sLog.outString(); + sLog->outString(">> Loaded %u GM tickets in %u ms", count, GetMSTimeDiffToNow(oldMSTime)); + sLog->outString(); } void TicketMgr::LoadGMSurveys() @@ -116,8 +116,8 @@ void TicketMgr::LoadGMSurveys() else m_GMSurveyID = 0; - sLog.outString(">> Loaded GM Survey count from database in %u ms", GetMSTimeDiffToNow(oldMSTime)); - sLog.outString(); + sLog->outString(">> Loaded GM Survey count from database in %u ms", GetMSTimeDiffToNow(oldMSTime)); + sLog->outString(); } void TicketMgr::AddOrUpdateGMTicket(GM_Ticket &ticket, bool create) -- cgit v1.2.3