From b336235ad74f02213308c8ebc57545cee01d14f5 Mon Sep 17 00:00:00 2001
From: FatBoy-DOTC <justin.chucksinsulating@gmail.com>
Date: Sat, 28 Dec 2024 07:17:23 -0600
Subject: [PATCH] bane commander NPC

---
 src/engine/net/client/msg/VendorDialogMsg.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/engine/net/client/msg/VendorDialogMsg.java b/src/engine/net/client/msg/VendorDialogMsg.java
index 6448b431..f5f37af8 100644
--- a/src/engine/net/client/msg/VendorDialogMsg.java
+++ b/src/engine/net/client/msg/VendorDialogMsg.java
@@ -121,7 +121,7 @@ public class VendorDialogMsg extends ClientNetMsg {
         Contract contract = npc.getContract();
 
         if(contract.getContractID() == 1502042){
-           vd = Contract.HandleBaneCommanderOptions(msg.unknown03, npc);
+           vd = Contract.HandleBaneCommanderOptions(msg.unknown03, npc, playerCharacter);
            msg.updateMessage(3, vd);
         }else {