diff --git a/L2J_Mobius_1.0_Ertheia/java/com/l2jmobius/gameserver/model/L2World.java b/L2J_Mobius_1.0_Ertheia/java/com/l2jmobius/gameserver/model/L2World.java index 1ed58a3b31..158f3283a1 100644 --- a/L2J_Mobius_1.0_Ertheia/java/com/l2jmobius/gameserver/model/L2World.java +++ b/L2J_Mobius_1.0_Ertheia/java/com/l2jmobius/gameserver/model/L2World.java @@ -447,6 +447,11 @@ public final class L2World { objectCreature.setTarget(null); } + + if (object.isPlayer()) + { + object.sendPacket(new DeleteObject(wo)); + } } if (wo.isCharacter()) diff --git a/L2J_Mobius_2.5_Underground/java/com/l2jmobius/gameserver/model/L2World.java b/L2J_Mobius_2.5_Underground/java/com/l2jmobius/gameserver/model/L2World.java index 1ed58a3b31..158f3283a1 100644 --- a/L2J_Mobius_2.5_Underground/java/com/l2jmobius/gameserver/model/L2World.java +++ b/L2J_Mobius_2.5_Underground/java/com/l2jmobius/gameserver/model/L2World.java @@ -447,6 +447,11 @@ public final class L2World { objectCreature.setTarget(null); } + + if (object.isPlayer()) + { + object.sendPacket(new DeleteObject(wo)); + } } if (wo.isCharacter()) diff --git a/L2J_Mobius_3.0_Helios/java/com/l2jmobius/gameserver/model/L2World.java b/L2J_Mobius_3.0_Helios/java/com/l2jmobius/gameserver/model/L2World.java index 1ed58a3b31..158f3283a1 100644 --- a/L2J_Mobius_3.0_Helios/java/com/l2jmobius/gameserver/model/L2World.java +++ b/L2J_Mobius_3.0_Helios/java/com/l2jmobius/gameserver/model/L2World.java @@ -447,6 +447,11 @@ public final class L2World { objectCreature.setTarget(null); } + + if (object.isPlayer()) + { + object.sendPacket(new DeleteObject(wo)); + } } if (wo.isCharacter()) diff --git a/L2J_Mobius_Classic_2.0_Saviors/java/com/l2jmobius/gameserver/model/L2World.java b/L2J_Mobius_Classic_2.0_Saviors/java/com/l2jmobius/gameserver/model/L2World.java index 1ed58a3b31..158f3283a1 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/java/com/l2jmobius/gameserver/model/L2World.java +++ b/L2J_Mobius_Classic_2.0_Saviors/java/com/l2jmobius/gameserver/model/L2World.java @@ -447,6 +447,11 @@ public final class L2World { objectCreature.setTarget(null); } + + if (object.isPlayer()) + { + object.sendPacket(new DeleteObject(wo)); + } } if (wo.isCharacter())