1819202122232425
public void runImpl() { L2Player activeChar = getClient().getActiveChar(); if(activeChar != null) { activeChar.sendPacket(new ExRpItemLink(_item)); } }