* forgot in last changelog: fixed/better output in CastResult and CastSuccess opcodes. original patch by bLuma, thx.
* forgot some args
This commit is contained in:
parent
fe86400f60
commit
758d471122
@ -913,7 +913,7 @@ void WorldSession::_HandleCastSuccessOpcode(WorldPacket& recvPacket)
|
||||
if(caster)
|
||||
logdetail("%s casted spell %u", caster->GetName(), spellId);
|
||||
else
|
||||
logerror("Caster of spell %u (GUID "I64FMT") is unknown object!");
|
||||
logerror("Caster of spell %u (GUID "I64FMT") is unknown object!",spellId,casterGuid);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user