Browse Source

bane commander NPC

lakebane2
FatBoy-DOTC 3 weeks ago
parent
commit
b336235ad7
  1. 2
      src/engine/net/client/msg/VendorDialogMsg.java

2
src/engine/net/client/msg/VendorDialogMsg.java

@ -121,7 +121,7 @@ public class VendorDialogMsg extends ClientNetMsg { @@ -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 {

Loading…
Cancel
Save