mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Core/Log: Remove totally pointless log message.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user