ItemsOnGroundManager.getInstance().removeObject(target);
}
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);
getAI().setIntention(CtrlIntention.AI_INTENTION_IDLE);
if (getFollowStatus())