summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/beinghandler.cpp')
-rw-r--r--src/net/eathena/beinghandler.cpp15
1 files changed, 0 insertions, 15 deletions
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;