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

fix: sequence

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