Cleanup for previous commit.

This commit is contained in:
MobiusDev 2016-12-24 15:15:32 +00:00
parent 386d1794d0
commit f4d640788f

View File

@ -2236,11 +2236,6 @@ public final class L2PcInstance extends L2Playable
sendPacket(new ExStorageMaxCount(this));
}
if ((item.getItem().getBodyPart() == L2Item.SLOT_BROOCH_JEWEL) || (item.getItem().getBodyPart() == L2Item.SLOT_BROOCH))
{
}
// Notify to scripts
EventDispatcher.getInstance().notifyEventAsync(new OnPlayerEquipItem(this, item), this);
}