Handler created for VendorDialogMsg

This commit is contained in:
2024-03-24 10:49:29 -04:00
parent 53b7aca0ce
commit 3074b77471
5 changed files with 624 additions and 703 deletions
@@ -1071,9 +1071,6 @@ public class ClientMessagePump implements NetMsgHandler {
case ARCREQUESTTRADEBUSY:
TradeManager.invalidTradeRequest((InvalidTradeRequestMsg) msg);
break;
case VENDORDIALOG:
VendorDialogMsg.replyDialog((VendorDialogMsg) msg, origin);
break;
case TRAINERLIST:
WorldServer.trainerInfo((TrainerInfoMsg) msg, origin);
break;