@ -1280,8 +1280,11 @@ public class CharacterItemManager {
if (ib != null)
this.inventoryWeight += ib.getWeight();
} else{
this.inventory.removeAll(purge);
i.setNumOfItems(count);
for(Item item : purge){
this.delete(item);
}
this.inventory.add(i);
this.updateInventory();