[10158] Fixed 2 format args errors in debug output.

This commit is contained in:
VladimirMangos 2010-07-07 21:40:50 +04:00
parent 0096bf6ebb
commit cec6063933
3 changed files with 4 additions and 3 deletions

View file

@ -15675,7 +15675,7 @@ void Player::_LoadAuras(QueryResult *result, uint32 timediff)
holder->SetLoadedState(caster_guid, stackcount, remaincharges);
AddSpellAuraHolder(holder);
DETAIL_LOG("Added auras from spellid %u, effect %u", spellproto->Id);
DETAIL_LOG("Added auras from spellid %u", spellproto->Id);
}
else
delete holder;