fix: 修复自动战斗提前结束的问题,优化下保全测试作业

This commit is contained in:
MistEO
2023-01-13 01:33:40 +08:00
parent 2764d5f104
commit 3d7e6f0eeb
3 changed files with 29 additions and 39 deletions

View File

@@ -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) {