sendPacket(new ItemList(this, false));
}
// Update current load as well
StatusUpdate su = new StatusUpdate(getObjectId());
su.addAttribute(StatusUpdate.CUR_LOAD, getCurrentLoad());
sendPacket(su);
su = null;
// If over capacity, drop the item
if(!isGM() && !_inventory.validateCapacity(item))