aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAokromes <aokromes@gmail.com>2011-09-18 09:29:09 +0300
committerAokromes <aokromes@gmail.com>2011-09-18 09:29:09 +0300
commit055b9c7574e38aabcd52fe483b3ef6badaf3dafd (patch)
treebbe74c312ac578e4a1f4728d60c8233ae260f798 /src
parent0f908d4b1ef34d6c9cd230c5fa8f1b17f1022673 (diff)
Remove 2 useless logs
Diffstat (limited to 'src')
-rwxr-xr-xsrc/server/game/Server/Protocol/Handlers/CombatHandler.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/server/game/Server/Protocol/Handlers/CombatHandler.cpp b/src/server/game/Server/Protocol/Handlers/CombatHandler.cpp
index 562e7a8c37c..31a09e830ff 100755
--- a/src/server/game/Server/Protocol/Handlers/CombatHandler.cpp
+++ b/src/server/game/Server/Protocol/Handlers/CombatHandler.cpp
@@ -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;