|
|
@ -639,7 +639,6 @@ 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; |
|
|
|
} |
|
|
|
} |
|
|
|