CosttoOpenBankMsg has no handler
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user