diff --git a/client/src/components/instance.ctrl.top.btns.jsx b/client/src/components/instance.ctrl.top.btns.jsx index 108485f7..7fc4f018 100644 --- a/client/src/components/instance.ctrl.top.btns.jsx +++ b/client/src/components/instance.ctrl.top.btns.jsx @@ -26,6 +26,9 @@ const addState = connect( dispatch(actions.setNav('play')); dispatch(actions.setGame(null)); dispatch(actions.setInstance(null)); + dispatch(actions.setVboxSelected({ storeSelect: [], stashSelect: [] })); + dispatch(actions.setInfo(null)); + dispatch(actions.setItemUnequip([])); if (tutorial) dispatch(actions.setTutorial(1)); }