fix: 自动编队选错排在末尾的干员

This commit is contained in:
uye
2024-05-08 18:01:18 +08:00
parent a5866c677a
commit 5bda6f90c3
2 changed files with 4 additions and 2 deletions

View File

@@ -10014,7 +10014,8 @@
350,
20,
20
]
],
"postDelay": 500
},
"BattleFormationOperListSwipeToTheLeft": {
"baseTask": "SwipeToTheLeft",
@@ -17939,4 +17940,4 @@
"Stop"
]
}
}
}

View File

@@ -401,6 +401,7 @@ bool asst::BattleFormationTask::select_opers_in_cur_page(std::vector<OperGroup>&
void asst::BattleFormationTask::swipe_page()
{
ProcessTask(*this, { "BattleFormationOperListSlowlySwipeToTheRight" }).run();
sleep(Task.get("BattleFormationOperListSlowlySwipeToTheRight")->post_delay);
}
void asst::BattleFormationTask::swipe_to_the_left(int times)