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; runeMerchant.building = sdrHut;
NPCManager.slotCharacterInBuilding(runeMerchant); NPCManager.slotCharacterInBuilding(runeMerchant);
runeMerchant.setLoc(runeMerchant.bindLoc); runeMerchant.setLoc(runeMerchant.bindLoc);
for (MobEquipment item : runeMerchant.contract.getSellInventory()) { runeMerchant.updateDatabase();
item.magicValue = 10000000;
}
} }
} }
catch(Exception e){ catch(Exception e){