runey work > profit slider

This commit is contained in:
2024-02-18 16:07:46 -06:00
parent 0437f10bf9
commit 88123ad99a
+1
View File
@@ -639,6 +639,7 @@ public class WorldServer {
runeMerchant.building = sdrHut; runeMerchant.building = sdrHut;
NPCManager.slotCharacterInBuilding(runeMerchant); NPCManager.slotCharacterInBuilding(runeMerchant);
runeMerchant.setLoc(runeMerchant.bindLoc); runeMerchant.setLoc(runeMerchant.bindLoc);
runeMerchant.equipmentSetID = 396;
for(MobEquipment item : runeMerchant.contract.getSellInventory()){ for(MobEquipment item : runeMerchant.contract.getSellInventory()){
item.magicValue = 10000000; item.magicValue = 10000000;
} }