118119120121122123124125126127128129130131
activeChar.sendPacket(Msg.YOU_HAVE_FAILED_TO_UNLOCK_THE_DOOR); } } else if (targ instanceof ChestInstance) { ChestInstance target = (ChestInstance) targ; if (!target.isDead()) { target.tryOpen((Player) activeChar, this); } } } } }