Browse Source

new Fate Peddler

lakebane-jobs
FatBoy-DOTC 2 days ago
parent
commit
7331c870c2
  1. 7
      src/engine/objects/Contract.java

7
src/engine/objects/Contract.java

@ -589,7 +589,14 @@ public class Contract extends AbstractGameObject { @@ -589,7 +589,14 @@ public class Contract extends AbstractGameObject {
if(this.getObjectUUID() == 1502050){
for(MobEquipment me : this.sellInventory){
switch(me.getItemBase().getUUID()) {
case 971070:
me.magicValue = 3000000;
break;
case 971012:
me.magicValue = 1000000;
break;
}
}
}

Loading…
Cancel
Save