3839404142434445464748
{ L2PcInstance activeChar = getClient().getActiveChar(); if(activeChar == null) return; activeChar.deleteShortCut(_slot, _page); // client needs no confirmation. this packet is just to inform the server } @Override public String getType()