diff --git a/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/model/items/instance/L2ItemInstance.java b/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/model/items/instance/L2ItemInstance.java index 0c0e42b41c..e83be0ec5a 100644 --- a/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/model/items/instance/L2ItemInstance.java +++ b/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/model/items/instance/L2ItemInstance.java @@ -1811,7 +1811,7 @@ public final class L2ItemInstance extends L2Object { player.getWarehouse().destroyItem("L2ItemInstance", this, player, null); } - player.sendPacket(SystemMessageId.THE_LIMITED_TIME_ITEM_HAS_DISAPPEARED_BECAUSE_THE_REMAINING_TIME_RAN_OUT); + player.sendPacket(SystemMessageId.AN_ITEM_IN_YOUR_POSSESSION_HAS_EXPIRED); // delete from world L2World.getInstance().removeObject(this); }