Value tweak

This commit is contained in:
2024-03-28 19:34:27 -04:00
parent fc06ea97bd
commit 2640927b85
+1 -1
View File
@@ -248,7 +248,7 @@ public class Item extends AbstractWorldObject {
} else
writer.putInt(item.numberOfItems); // Amount of gold
} else
writer.putInt(item.value);
writer.putInt(item.template.item_value);
writer.putInt(item.getValue());