summaryrefslogtreecommitdiff
path: root/src/net/ea/beinghandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/beinghandler.cpp')
-rw-r--r--src/net/ea/beinghandler.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/net/ea/beinghandler.cpp b/src/net/ea/beinghandler.cpp
index 649e93e8..55df2ede 100644
--- a/src/net/ea/beinghandler.cpp
+++ b/src/net/ea/beinghandler.cpp
@@ -148,12 +148,6 @@ void BeingHandler::handleMessage(Net::MessageIn &msg)
if (dstBeing->getType() == Being::PLAYER)
player = static_cast<Player*>(dstBeing);
- // Fix monster jobs
- if (dstBeing->getType() == Being::MONSTER)
- {
- job -= 1002;
- }
-
if (msg.getId() == 0x0078)
{
dstBeing->clearPath();