This commit is contained in:
2025-02-17 20:11:48 -06:00
parent bb05bdd87c
commit 5dc9e127bb
2 changed files with 0 additions and 23 deletions
@@ -82,11 +82,6 @@ public class VendorDialogMsg extends ClientNetMsg {
return;
}
if(msg.getUnknown03() == 19991999){
Contract.handleTrainerInventoryWindow(playerCharacter,msg);
return;
}
// Get NPC that player is talking to
NPC npc = NPC.getFromCache(msg.vendorObjectID);
int npcClassID;
@@ -152,7 +147,6 @@ public class VendorDialogMsg extends ClientNetMsg {
return;
}
//vd = VendorDialog.getVendorDialog(msg.unknown03);
vd = Contract.trainerDialog(vd);
msg.updateMessage(3, vd);
}