fix resource merchant elan stones pricing

This commit is contained in:
2024-06-15 16:04:20 -05:00
parent 7e5ad644d3
commit 8ee17f0c64
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ public class Contract extends AbstractGameObject {
int amountResource = 1500000 / (me.getItemBase().getBaseValue());
me.magicValue = amountResource * (me.getItemBase().getBaseValue());
} else{
me.magicValue = 100000;
me.magicValue = 50000;
}
}
}