Commit 33209312 authored by Chunchi Che's avatar Chunchi Che

handle HINT_SELECTMSG

parent e0fc2b96
......@@ -7,7 +7,8 @@ export default (hint: MsgHint, dispatch: AppDispatch) => {
const player = hint.player;
switch (hint.hint_type) {
case MsgHint.HintType.HINT_EVENT:
case MsgHint.HintType.HINT_MESSAGE: {
case MsgHint.HintType.HINT_MESSAGE:
case MsgHint.HintType.HINT_SELECTMSG: {
dispatch(fetchHintMeta([player, hint.hint_data]));
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment