magicvalue update

This commit is contained in:
2024-05-12 12:54:11 -04:00
parent 4d6ce2b155
commit ff17cacda7
+4 -2
View File
@@ -172,7 +172,6 @@ public class Item extends AbstractWorldObject {
} else
this.magicValue = this.value; // Value was overridden in vendor inventory
}
public static void _serializeForClientMsg(Item item, ByteBufferWriter writer)
@@ -972,7 +971,10 @@ public class Item extends AbstractWorldObject {
}
}
this.magicValue = this.template.item_value + calcMagicValue();
// Value is overridden the db
if (this.value == this.template.item_value)
this.magicValue = this.template.item_value + calcMagicValue();
}
public void addPermanentEnchantment(String enchantID, int rank) {