[12086] Fix some unintended custom literals.

This commit is contained in:
LordJZ 2012-08-04 15:59:33 +04:00 committed by Antz
parent f2578c0e74
commit a2f442fc73
5 changed files with 91 additions and 64 deletions

View file

@ -22613,7 +22613,7 @@ void Player::SetEquipmentSet(uint32 index, EquipmentSet eqset)
if (!found) // something wrong...
{
sLog.outError("Player %s tried to save equipment set "UI64FMTD" (index %u), but that equipment set not found!", GetName(), eqset.Guid, index);
sLog.outError("Player %s tried to save equipment set " UI64FMTD " (index %u), but that equipment set not found!", GetName(), eqset.Guid, index);
return;
}
}