Core: Even more warning fixes

This commit is contained in:
DDuarte
2014-10-27 22:52:19 +00:00
parent 7dc4b7e6f8
commit 5bc823f5e7
12 changed files with 15 additions and 15 deletions

View File

@@ -691,7 +691,7 @@ void PoolMgr::LoadFromDB()
if (chance < 0 || chance > 100)
{
TC_LOG_ERROR("sql.sql", "`pool_gameobject` has an invalid chance (%f) for gameobject guid (%u) in pool id (%u), skipped.", chance, guid, pool_id);
TC_LOG_ERROR("sql.sql", "`pool_gameobject` has an invalid chance (%f) for gameobject guid (" UI64FMTD ") in pool id (%u), skipped.", chance, guid, pool_id);
continue;
}