fate peddler price adjustments

This commit is contained in:
2025-03-05 20:15:20 -06:00
parent 2cfc5b64a7
commit 8fb88ee7e1
2 changed files with 15 additions and 0 deletions
+8
View File
@@ -294,6 +294,14 @@ public class MobEquipment extends AbstractGameObject {
public int getMagicValue() {
if(this.itemBase.getUUID() == 971070){
return 2000000;
}
if(this.itemBase.getUUID() == 971012){
return 500000;
}
if (!this.isID) {
return itemBase.getBaseValue();
}