[12132] Remove useless casting and use SIZEFMTD instead in strings. Close #6

This commit is contained in:
Shyax 2012-08-28 13:24:11 +02:00 committed by Antz
parent ecdb00bd0d
commit 61c7249770
7 changed files with 21 additions and 21 deletions

View file

@ -174,7 +174,7 @@ void LootStore::LoadLootTable()
Verify(); // Checks validity of the loot store
sLog.outString();
sLog.outString(">> Loaded %u loot definitions (%lu templates)", count, (unsigned long)m_LootTemplates.size());
sLog.outString(">> Loaded %u loot definitions (" SIZEFMTD " templates)", count, m_LootTemplates.size());
}
else
{