new Fate Peddler

This commit is contained in:
2025-02-20 21:13:53 -06:00
parent 8106b100ec
commit 4b760baae4
3 changed files with 76 additions and 2 deletions
+6
View File
@@ -587,6 +587,12 @@ public class Contract extends AbstractGameObject {
}
}
if(this.getObjectUUID() == 1502050){
for(MobEquipment me : this.sellInventory){
me.magicValue = 1000000;
}
}
if(this.getObjectUUID() == 1202){ //rune merchant
for(MobEquipment me : this.sellInventory){
switch(me.getItemBase().getUUID()){