summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/net/eathena/beinghandler.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/net/eathena/beinghandler.cpp b/src/net/eathena/beinghandler.cpp
index ad3614015..71d7ea5b8 100644
--- a/src/net/eathena/beinghandler.cpp
+++ b/src/net/eathena/beinghandler.cpp
@@ -984,9 +984,6 @@ void BeingHandler::processBeingVisible(Net::MessageIn &msg)
if (!dstBeing)
return;
-
- if (job == 1022 && killStats)
- killStats->jackoAlive(dstBeing->getId());
}
else
{
@@ -1155,9 +1152,6 @@ void BeingHandler::processBeingMove(Net::MessageIn &msg)
if (!dstBeing)
return;
-
- if (job == 1022 && killStats)
- killStats->jackoAlive(dstBeing->getId());
}
else
{
@@ -1322,9 +1316,6 @@ void BeingHandler::processBeingSpawn(Net::MessageIn &msg)
if (!dstBeing)
return;
-
- if (job == 1022 && killStats)
- killStats->jackoAlive(dstBeing->getId());
}
else
{