mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
Tools/Map extractor: Use a standard format specifier when printing loaded area counts (like the map and liqtypes count)
This commit is contained in:
@@ -294,7 +294,7 @@ void ReadAreaTableDBC()
|
||||
areas[dbc.getRecord(x).getUInt(0)] = dbc.getRecord(x).getUInt(3);
|
||||
|
||||
SFileCloseFile(dbcFile);
|
||||
printf("Done! (%zu areas loaded)\n", area_count);
|
||||
printf("Done! (%u areas loaded)\n", area_count);
|
||||
}
|
||||
|
||||
void ReadLiquidTypeTableDBC()
|
||||
|
||||
Reference in New Issue
Block a user