builders sell things at proper ranks

This commit is contained in:
2024-09-09 21:06:03 -05:00
parent eaa70f43c0
commit 96eb9a3ad0
3 changed files with 21 additions and 1 deletions
@@ -112,6 +112,12 @@ public class BuyFromNPCWindowMsg extends ClientNetMsg {
if (contract != null)
sellInventory = contract.getSellInventory();
if(npc.contract.getObjectUUID() == 890){ // default steward
sellInventory = npc.getSellInventorySteward();
}
if(npc.contract.getObjectUUID() == 889){ // default builder
sellInventory = npc.getSellInventoryBuilder();
}
}
if (man != null)