action.put(EquipActionConsts.BASE_OBJECT, parent.getID().getObjectID());
action.put(EquipActionConsts.BASE_SLOT, dice.getContainerSlot().getName());
action.put("x", (int)tableBounds.getCenterX());
action.put("y", (int)tableBounds.getCenterY());
new DropAction().onAction(player, action);
return true;
}