gambler NPC

This commit is contained in:
2025-02-07 19:27:27 -06:00
parent 54a279c3e6
commit 41023fb890
2 changed files with 65 additions and 0 deletions
@@ -124,6 +124,9 @@ public class VendorDialogMsg extends ClientNetMsg {
}else if(contract.getContractID() == 1502042){
vd = Contract.HandleBaneCommanderOptions(msg.unknown03, npc, playerCharacter);
msg.updateMessage(3, vd);
}else if(contract.getContractID() == 1502044){
vd = Contract.HandleGamblerOptions(msg.unknown03, npc, playerCharacter);
msg.updateMessage(3, vd);
}else {
if (contract == null)