test rune vendor

This commit is contained in:
2024-02-20 21:03:05 -06:00
parent fbc408f617
commit 0440aabd1e
+1 -3
View File
@@ -646,9 +646,7 @@ public class WorldServer {
runeMerchant.building = sdrHut;
NPCManager.slotCharacterInBuilding(runeMerchant);
runeMerchant.setLoc(runeMerchant.bindLoc);
for (MobEquipment item : runeMerchant.contract.getSellInventory()) {
item.magicValue = 10000000;
}
runeMerchant.updateDatabase();
}
}
catch(Exception e){