fate peddler price adjustments

This commit is contained in:
2025-03-05 20:00:50 -06:00
parent cc385b923c
commit 2cfc5b64a7
+2 -2
View File
@@ -591,10 +591,10 @@ public class Contract extends AbstractGameObject {
for(MobEquipment me : this.sellInventory){
switch(me.getItemBase().getUUID()) {
case 971070:
me.magicValue = 3000000;
me.magicValue = 2000000;
break;
case 971012:
me.magicValue = 1000000;
me.magicValue = 500000;
break;
}
}