Value set in constructor

This commit is contained in:
2024-03-25 00:30:16 -04:00
parent 9d140be510
commit 14ccb1f80b
+1
View File
@@ -75,6 +75,7 @@ public class Item extends AbstractWorldObject {
this.containerType = ItemContainerType.NONE;
this.numberOfItems = 1;
this.flags.addAll(this.template.item_flags);
this.value = this.template.item_value;
loadTemplateEnchantments();
}