From ab8dd51fea1d22c796bd6eadc0e53af5f36d37fd Mon Sep 17 00:00:00 2001 From: 1204244136 <1204244136@qq.com> Date: Wed, 11 Jun 2025 13:13:12 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"fix:=20=E5=BC=82=E5=B8=B8=E6=8B=A6?= =?UTF-8?q?=E6=88=AA=E9=80=80=E5=87=BA=E5=BC=82=E5=B8=B8"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit f00b5d9a600240fde0549993acc6538fba9b0389. --- DoroHelper.ahk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DoroHelper.ahk b/DoroHelper.ahk index ddef537..1d7488a 100644 --- a/DoroHelper.ahk +++ b/DoroHelper.ahk @@ -2428,11 +2428,11 @@ Interception() { FindText().Click(X, Y, "L") AddLog("跳过动画") } - if g_settings["InterceptionShot"] { - BattleSettlement(true) - } - else BattleSettlement } + if g_settings["InterceptionShot"] { + BattleSettlement(true) + } + else BattleSettlement } AddLog("===异常拦截任务结束===") BackToHall