Core/Log: Remove totally pointless log message.

This commit is contained in:
runningnak3d
2011-02-11 11:25:04 -07:00
parent 6b2ffc9039
commit 5d91780fc7

View File

@@ -47,8 +47,6 @@ void WorldSession::HandleAttackSwingOpcode(WorldPacket & recv_data)
if (!_player->canAttack(pEnemy))
{
sLog->outError("WORLD: Enemy %s %u is friendly",(IS_PLAYER_GUID(guid) ? "player" : "creature"),GUID_LOPART(guid));
// stop attack state at client
SendAttackStop(pEnemy);
return;