mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[10158] Fixed 2 format args errors in debug output.
This commit is contained in:
parent
0096bf6ebb
commit
cec6063933
3 changed files with 4 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue