Flags defined in in-memory constructor

This commit is contained in:
2024-03-22 13:14:45 -04:00
parent b0c43a5258
commit 513118d42c
+2
View File
@@ -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();
}