rune price ceiling adjustment

This commit is contained in:
2024-05-28 20:02:02 -05:00
parent ad05f0d7bc
commit 730467828c
2 changed files with 62 additions and 0 deletions
+5
View File
@@ -204,6 +204,11 @@ public class Contract extends AbstractGameObject {
me.magicValue = Warehouse.getCostForResource(me.getItemBase().getUUID());
}
}
if(this.getObjectUUID() == 1202)
for(MobEquipment me : this.sellInventory){
me.magicValue = ItemBase.getPriceCeilingForRune(me.getItemBase().getUUID());
}
return this.sellInventory;
}