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