}
}
getInventory().addItem("Pickup", target, getOwner(), this);
// FIXME Just send the updates if possible (old way wasn't working though)
PetItemList iu = new PetItemList(this);
getOwner().sendPacket(iu);
iu = null;
getAI().setIntention(CtrlIntention.AI_INTENTION_IDLE);