NPC special price option

This commit is contained in:
2025-01-03 07:47:16 -06:00
parent 3d83baed78
commit 6e66659940
5 changed files with 17 additions and 9 deletions
@@ -61,7 +61,7 @@ public class HirelingServiceMsgHandler extends AbstractClientMsgHandler {
return true;
npc.setRepairCost(msg.repairCost);
npc.setSpecialPrice(msg.repairCost);
ManageNPCMsg outMsg = new ManageNPCMsg(npc);
Dispatch dispatch = Dispatch.borrow(player, msg);