mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
fix: 自动编队选错排在末尾的干员
This commit is contained in:
@@ -10014,7 +10014,8 @@
|
||||
350,
|
||||
20,
|
||||
20
|
||||
]
|
||||
],
|
||||
"postDelay": 500
|
||||
},
|
||||
"BattleFormationOperListSwipeToTheLeft": {
|
||||
"baseTask": "SwipeToTheLeft",
|
||||
@@ -17939,4 +17940,4 @@
|
||||
"Stop"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user