mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
fix: 修复自动战斗提前结束的问题,优化下保全测试作业
This commit is contained in:
@@ -311,6 +311,7 @@ bool asst::BattleHelper::deploy_oper(const std::string& name, const Point& loc,
|
||||
|
||||
m_inst_helper.sleep(use_oper_task_ptr->post_delay);
|
||||
m_inst_helper.ctrler()->swipe(target_point, end_point, swipe_oper_task_ptr->post_delay);
|
||||
m_inst_helper.sleep(use_oper_task_ptr->pre_delay);
|
||||
}
|
||||
|
||||
if (deploy_with_pause) {
|
||||
|
||||
Reference in New Issue
Block a user