mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[12132] Remove useless casting and use SIZEFMTD instead in strings. Close #6
This commit is contained in:
parent
ecdb00bd0d
commit
61c7249770
7 changed files with 21 additions and 21 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue