new Fate Peddler

This commit is contained in:
2025-02-20 21:37:45 -06:00
parent 4b760baae4
commit 7331c870c2
+7
View File
@@ -589,7 +589,14 @@ public class Contract extends AbstractGameObject {
if(this.getObjectUUID() == 1502050){ if(this.getObjectUUID() == 1502050){
for(MobEquipment me : this.sellInventory){ for(MobEquipment me : this.sellInventory){
switch(me.getItemBase().getUUID()) {
case 971070:
me.magicValue = 3000000;
break;
case 971012:
me.magicValue = 1000000; me.magicValue = 1000000;
break;
}
} }
} }