From b8431cc0f9ae2f89e3a6223c4e4f022bed2a01be Mon Sep 17 00:00:00 2001 From: status102 <102887808+status102@users.noreply.github.com> Date: Mon, 26 Feb 2024 19:17:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9B=9E=E8=B0=83=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E7=BC=96=E9=98=9F=E6=97=B6=E8=AF=86=E5=88=AB=E4=B8=8D=E5=88=B0?= =?UTF-8?q?=E5=B9=B2=E5=91=98=E7=9A=84=E9=87=8D=E8=AF=95=E6=AC=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip changelog] --- src/MaaCore/Task/Miscellaneous/BattleFormationTask.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MaaCore/Task/Miscellaneous/BattleFormationTask.h b/src/MaaCore/Task/Miscellaneous/BattleFormationTask.h index e40f357006..a61fbd82e7 100644 --- a/src/MaaCore/Task/Miscellaneous/BattleFormationTask.h +++ b/src/MaaCore/Task/Miscellaneous/BattleFormationTask.h @@ -79,6 +79,6 @@ namespace asst std::vector m_additional; std::string m_last_oper_name; int m_select_formation_index = 0; - int m_missing_retry_times = 0; // 识别不到干员的重试次数,目前设置为不重试 + int m_missing_retry_times = 2; // 识别不到干员的重试次数 }; } // namespace asst