From 514224078a080201d1b09d42f2ce17936b105698 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=93=E4=B8=B6=E6=A2=A6=E4=B8=B6=E4=BB=81?= <74444214+Daydreamer114@users.noreply.github.com> Date: Fri, 21 Feb 2025 20:13:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=82=89=E9=B8=BD=E6=94=BE=E5=BC=83?= =?UTF-8?q?=E6=88=98=E6=96=97=E5=A5=96=E5=8A=B1=E5=90=8E=E4=BB=8D=E8=83=BD?= =?UTF-8?q?=E8=AF=86=E5=88=AB=E5=88=B0=E6=8E=89=E8=90=BD=20(#12000)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/tasks.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resource/tasks.json b/resource/tasks.json index 9b4472735e..e5640fc2ba 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -7065,7 +7065,8 @@ "Roguelike@GetDropLeaveConfirm": { "action": "ClickSelf", "roi": [0, 484, 1280, 138], - "next": ["Roguelike@DropsFlag"] + "postDelay": 1000, + "next": ["Roguelike@GetDropLeaveConfirm@LoadingText", "Roguelike@DropsFlag"] }, "Roguelike@GetDropRecruit": { "Doc": "base_task",