Remove 2 useless logs

This commit is contained in:
Aokromes
2011-09-18 09:29:09 +03:00
parent 0f908d4b1e
commit 055b9c7574

View File

@@ -35,11 +35,6 @@ void WorldSession::HandleAttackSwingOpcode(WorldPacket & recv_data)
if (!pEnemy)
{
if (!IS_UNIT_GUID(guid))
sLog->outError("WORLD: Object %u (TypeID: %u) isn't player, pet or creature", GUID_LOPART(guid), GuidHigh2TypeId(GUID_HIPART(guid)));
else
sLog->outError("WORLD: Enemy %s %u not found", GetLogNameForGuid(guid), GUID_LOPART(guid));
// stop attack state at client
SendAttackStop(NULL);
return;