Commit 236f0a84 authored by Chunchi Che's avatar Chunchi Che

fix small but remain bug

parent 9be99836
...@@ -45,7 +45,7 @@ export default (selectIdleCmd: MsgSelectIdleCmd, dispatch: AppDispatch) => { ...@@ -45,7 +45,7 @@ export default (selectIdleCmd: MsgSelectIdleCmd, dispatch: AppDispatch) => {
for (let data of cmd.idle_datas) { for (let data of cmd.idle_datas) {
const card_info = data.card_info; const card_info = data.card_info;
if (card_info.location === 0) { if (card_info.location === 2) {
// 目前只处理手牌场景 // 目前只处理手牌场景
if (interactType === InteractType.ACTIVATE) { if (interactType === InteractType.ACTIVATE) {
// 发动效果会多一个字段 // 发动效果会多一个字段
......
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