return;
}
int npcId = MercTicketManager.getInstance().addTicket(item.getItemId(), activeChar, MESSAGES);
activeChar.destroyItem("Consume", item.getObjectId(), 1, null, false); // Remove item from char's inventory
activeChar.sendMessage("Hired mercenary ("+itemId+","+npcId+") at coords:" + activeChar.getX() + "," + activeChar.getY() + "," + activeChar.getZ() + " heading:" + activeChar.getHeading());
}
// left in here for backward compatibility
@Override
public int[] getItemIds()