feat(Core/Misc): replace ACE based typedefs (#2460)

This commit is contained in:
Viste
2019-11-22 18:42:00 +03:00
committed by Kargatum
parent 4313037298
commit 1977336050
5 changed files with 21 additions and 23 deletions

View File

@@ -8720,7 +8720,7 @@ void ObjectMgr::LoadBroadcastTexts()
}
while (result->NextRow());
sLog->outString(">> Loaded " SIZEFMTD " broadcast texts in %u ms", _broadcastTextStore.size(), GetMSTimeDiffToNow(oldMSTime));
sLog->outString(">> Loaded " SZFMTD " broadcast texts in %u ms", _broadcastTextStore.size(), GetMSTimeDiffToNow(oldMSTime));
sLog->outString();
}