Commit cf7b89fb authored by timel's avatar timel Committed by Chunchi Che

fix: sequence

parent fd6e6323
...@@ -42,7 +42,7 @@ export default (selectBattleCmd: MsgSelectBattleCmd) => { ...@@ -42,7 +42,7 @@ export default (selectBattleCmd: MsgSelectBattleCmd) => {
interactType, interactType,
response: data.response, response: data.response,
}); });
cardStore.at(location, player)[sequence].idleInteractivities.push({ cardStore.at(location, player, sequence).idleInteractivities.push({
...tmp, ...tmp,
interactType, interactType,
response: data.response, response: data.response,
......
...@@ -41,7 +41,7 @@ export default (selectIdleCmd: MsgSelectIdleCmd) => { ...@@ -41,7 +41,7 @@ export default (selectIdleCmd: MsgSelectIdleCmd) => {
interactType, interactType,
response: data.response, response: data.response,
}); });
cardStore.at(location, player)[sequence].idleInteractivities.push({ cardStore.at(location, player, sequence).idleInteractivities.push({
...tmp, ...tmp,
interactType, interactType,
response: data.response, response: data.response,
......
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