prospector cost reduced to 500k on disc merchant

This commit is contained in:
2024-05-15 21:32:01 -05:00
parent 06309daae6
commit 8227db92c8
3 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ public class Contract extends AbstractGameObject {
if(this.getObjectUUID() == 900){
for(MobEquipment me : this.sellInventory){
if(me.getItemBase().getName().equals("Prospector")){
me.magicValue = 500;
me.magicValue = 50;
} else{
me.magicValue = 1000;
}