From 2b233b7e8eb4487386e367d85dc856df06aff368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89=E9=B8=AD=E8=9B=8B?= Date: Sun, 23 Feb 2025 23:45:45 +0800 Subject: [PATCH] =?UTF-8?q?pathing:=20=E5=BB=B6=E9=95=BF=E5=9B=9E=E5=88=B0?= =?UTF-8?q?=E7=A5=9E=E5=83=8F=E5=9B=9E=E8=A1=80=E7=9A=84=E6=97=B6=E9=97=B4?= =?UTF-8?q?=20#1213?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BetterGenshinImpact/GameTask/AutoPathing/PathExecutor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BetterGenshinImpact/GameTask/AutoPathing/PathExecutor.cs b/BetterGenshinImpact/GameTask/AutoPathing/PathExecutor.cs index 05232284..42b02456 100644 --- a/BetterGenshinImpact/GameTask/AutoPathing/PathExecutor.cs +++ b/BetterGenshinImpact/GameTask/AutoPathing/PathExecutor.cs @@ -569,7 +569,7 @@ public class PathExecutor // tp 到七天神像回血 var tpTask = new TpTask(ct); await tpTask.TpToStatueOfTheSeven(); - await Delay(3000, ct); + await Delay(5000, ct); Logger.LogInformation("HP恢复完成"); }