fate peddler price adjustments
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user