From cb73e64b57efccd92140255b1c53673904a84d2f Mon Sep 17 00:00:00 2001 From: status102 <102887808+status102@users.noreply.github.com> Date: Tue, 8 Apr 2025 23:14:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=87=AA=E5=8A=A8=E6=88=98=E6=96=97-?= =?UTF-8?q?=E6=88=98=E6=96=97=E5=88=97=E8=A1=A8=20=E7=AA=81=E8=A2=AD?= =?UTF-8?q?=E9=9A=BE=E5=BA=A6=E5=88=87=E6=8D=A2=E5=A4=B1=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix #12286 --- resource/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource/tasks.json b/resource/tasks.json index bd6a7e6a35..ec7d46eafa 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -384,7 +384,7 @@ "ChangeToRaidDifficulty": { "template": "RaidDifficulty.png", "action": "ClickSelf", - "roi": [625, 640, 80, 65], + "roi": [620, 600, 80, 100], "maxTimes": 3, "next": ["RaidConfirm", "#self"] },