Core/DBLayer: Even more types fixes...

This commit is contained in:
Nay
2012-03-29 15:07:22 +01:00
parent f80f94809c
commit 92d3548f0b
6 changed files with 9 additions and 9 deletions

View File

@@ -521,7 +521,7 @@ void ReputationMgr::LoadFromDB(PreparedQueryResult result)
FactionState* faction = &_factions[factionEntry->reputationListID];
// update standing to current
faction->Standing = int32(fields[1].GetUInt32());
faction->Standing = fields[1].GetInt32();
// update counters
int32 BaseRep = GetBaseReputation(factionEntry);