diff --git a/client/src/events.jsx b/client/src/events.jsx index 15e7cb79..bb03367b 100644 --- a/client/src/events.jsx +++ b/client/src/events.jsx @@ -188,7 +188,6 @@ function registerEvents(store) { store.dispatch(actions.setActiveSkill(null)); store.dispatch(actions.setInfo(null)); store.dispatch(actions.setItemUnequip([])); - store.dispatch(actions.setItemUnequip([])); store.dispatch(actions.setVboxCombiner(null)); store.dispatch(actions.setVboxHighlight(null)); store.dispatch(actions.setVboxInfo(null));