Removed unnecessary delete object packet send on death.
This commit is contained in:
parent
756c060fad
commit
fbd1109bd5
@ -447,11 +447,6 @@ public final class L2World
|
||||
{
|
||||
objectCreature.setTarget(null);
|
||||
}
|
||||
|
||||
if (object.isPlayer())
|
||||
{
|
||||
object.sendPacket(new DeleteObject(wo));
|
||||
}
|
||||
}
|
||||
|
||||
if (wo.isCharacter())
|
||||
|
@ -447,11 +447,6 @@ public final class L2World
|
||||
{
|
||||
objectCreature.setTarget(null);
|
||||
}
|
||||
|
||||
if (object.isPlayer())
|
||||
{
|
||||
object.sendPacket(new DeleteObject(wo));
|
||||
}
|
||||
}
|
||||
|
||||
if (wo.isCharacter())
|
||||
|
@ -447,11 +447,6 @@ public final class L2World
|
||||
{
|
||||
objectCreature.setTarget(null);
|
||||
}
|
||||
|
||||
if (object.isPlayer())
|
||||
{
|
||||
object.sendPacket(new DeleteObject(wo));
|
||||
}
|
||||
}
|
||||
|
||||
if (wo.isCharacter())
|
||||
|
@ -447,11 +447,6 @@ public final class L2World
|
||||
{
|
||||
objectCreature.setTarget(null);
|
||||
}
|
||||
|
||||
if (object.isPlayer())
|
||||
{
|
||||
object.sendPacket(new DeleteObject(wo));
|
||||
}
|
||||
}
|
||||
|
||||
if (wo.isCharacter())
|
||||
|
Loading…
Reference in New Issue
Block a user