|
|
@ -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){ |
|
|
|