mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
chore(Core/Global): Fix grouping of Worldserver initialization (#4130)
This commit is contained in:
@@ -319,6 +319,7 @@ void TicketMgr::LoadTickets()
|
||||
} while (result->NextRow());
|
||||
|
||||
sLog->outString(">> Loaded %u GM tickets in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
|
||||
sLog->outString();
|
||||
}
|
||||
|
||||
void TicketMgr::LoadSurveys()
|
||||
@@ -331,6 +332,7 @@ void TicketMgr::LoadSurveys()
|
||||
_lastSurveyId = (*result)[0].GetUInt32();
|
||||
|
||||
sLog->outString(">> Loaded GM Survey count from database in %u ms", GetMSTimeDiffToNow(oldMSTime));
|
||||
sLog->outString();
|
||||
}
|
||||
|
||||
void TicketMgr::AddTicket(GmTicket* ticket)
|
||||
|
||||
Reference in New Issue
Block a user