* 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:
false_genesis 2008-02-11 17:48:24 +00:00
parent fe86400f60
commit 758d471122

View File

@ -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);
}
}