@ -74,6 +74,8 @@ public class Item extends AbstractWorldObject {
this.equipSlot = EquipSlotType.NONE;
this.containerType = ItemContainerType.NONE;
this.numberOfItems = 1;
this.flags.addAll(this.template.item_flags);
loadEnchantments();
applyBakedInStats();
}