fate peddler price adjustments
This commit is contained in:
@@ -591,10 +591,10 @@ public class Contract extends AbstractGameObject {
|
|||||||
for(MobEquipment me : this.sellInventory){
|
for(MobEquipment me : this.sellInventory){
|
||||||
switch(me.getItemBase().getUUID()) {
|
switch(me.getItemBase().getUUID()) {
|
||||||
case 971070:
|
case 971070:
|
||||||
me.magicValue = 3000000;
|
me.magicValue = 2000000;
|
||||||
break;
|
break;
|
||||||
case 971012:
|
case 971012:
|
||||||
me.magicValue = 1000000;
|
me.magicValue = 500000;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user