Handler created for AddItemToTradeWindowMsg

This commit is contained in:
2024-03-29 08:34:29 -04:00
parent a70585448f
commit 3f1385dd33
5 changed files with 108 additions and 85 deletions
@@ -73,9 +73,6 @@ public class ClientMessagePump implements NetMsgHandler {
break;
case OPENVAULT:
break;
case TRADEADDOBJECT:
TradeManager.addItemToTradeWindow((AddItemToTradeWindowMsg) msg, origin);
break;
case TRADEADDGOLD:
TradeManager.addGoldToTradeWindow((AddGoldToTradeWindowMsg) msg, origin);
break;