Re-adding L2World check for DeleteObject.

This commit is contained in:
MobiusDev
2017-09-26 21:24:09 +00:00
parent 8e3b212d97
commit 895cf3b173
4 changed files with 20 additions and 0 deletions

View File

@@ -447,6 +447,11 @@ public final class L2World
{
objectCreature.setTarget(null);
}
if (object.isPlayer())
{
object.sendPacket(new DeleteObject(wo));
}
}
if (wo.isCharacter())

View File

@@ -447,6 +447,11 @@ public final class L2World
{
objectCreature.setTarget(null);
}
if (object.isPlayer())
{
object.sendPacket(new DeleteObject(wo));
}
}
if (wo.isCharacter())

View File

@@ -447,6 +447,11 @@ public final class L2World
{
objectCreature.setTarget(null);
}
if (object.isPlayer())
{
object.sendPacket(new DeleteObject(wo));
}
}
if (wo.isCharacter())

View File

@@ -447,6 +447,11 @@ public final class L2World
{
objectCreature.setTarget(null);
}
if (object.isPlayer())
{
object.sendPacket(new DeleteObject(wo));
}
}
if (wo.isCharacter())