CosttoOpenBankMsg has no handler

This commit is contained in:
2024-03-29 06:26:59 -04:00
parent a162377685
commit 35ba4bbeec
4 changed files with 6 additions and 15 deletions
@@ -510,9 +510,9 @@ public class VendorDialogMsgHandler extends AbstractClientMsgHandler {
// TODO When do we setBankOpen(false)? I don't think the client sends a
// "CloseBank" message.
AckBankWindowOpenedMsg ackBankWindowOpenedMsg = new AckBankWindowOpenedMsg(playerCharacter, 0L, 0L);
CostOpenBankMsg costOpenBankMsg = new CostOpenBankMsg(playerCharacter, 0L, 0L);
Dispatch dispatch = Dispatch.borrow(playerCharacter, ackBankWindowOpenedMsg);
Dispatch dispatch = Dispatch.borrow(playerCharacter, costOpenBankMsg);
DispatchMessage.dispatchMsgDispatch(dispatch, DispatchChannel.SECONDARY);
ReqBankInventoryMsg reqBankInventoryMsg = new ReqBankInventoryMsg(playerCharacter, 0L);