No need for Pc check since already checked in Inventory.

This commit is contained in:
MobiusDev 2016-12-24 15:43:34 +00:00
parent f4d640788f
commit 5ff719856e

View File

@ -2154,11 +2154,6 @@ public final class L2PcInstance extends L2Playable
final int oldInvLimit = getInventoryLimit();
SystemMessage sm = null;
if ((item.getItem().getBodyPart() == L2Item.SLOT_BROOCH_JEWEL) || (item.getItem().getBodyPart() == L2Item.SLOT_BROOCH))
{
updateActiveBroochJewel();
}
if (isEquiped)
{
if (item.getEnchantLevel() > 0)