From 9260ff92edf7f77e254ccdc71c4082005f66d852 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 19 Sep 2014 22:20:31 +0300 Subject: eathena: not hide any beings. --- src/net/eathena/beinghandler.cpp | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src') diff --git a/src/net/eathena/beinghandler.cpp b/src/net/eathena/beinghandler.cpp index a4e934af2..1d341e520 100644 --- a/src/net/eathena/beinghandler.cpp +++ b/src/net/eathena/beinghandler.cpp @@ -916,11 +916,6 @@ void BeingHandler::processBeingVisible(Net::MessageIn &msg) if (!dstBeing) { - // Being with id >= 110000000 and job 0 are better - // known as ghosts, so don't create those. - if (job == 0 && id >= 110000000) - return; - if (actorManager->isBlocked(id) == true) return; @@ -1091,11 +1086,6 @@ void BeingHandler::processBeingMove(Net::MessageIn &msg) if (!dstBeing) { - // Being with id >= 110000000 and job 0 are better - // known as ghosts, so don't create those. - if (job == 0 && id >= 110000000) - return; - if (actorManager->isBlocked(id) == true) return; @@ -1262,11 +1252,6 @@ void BeingHandler::processBeingSpawn(Net::MessageIn &msg) if (!dstBeing) { - // Being with id >= 110000000 and job 0 are better - // known as ghosts, so don't create those. - if (job == 0 && id >= 110000000) - return; - if (actorManager->isBlocked(id) == true) return; -- cgit v1.2.3-70-g09d2