From a519a9eaeee3070db68f4cd9d71335b2c280a588 Mon Sep 17 00:00:00 2001 From: Constrat <56174894+Constrat@users.noreply.github.com> Date: Thu, 16 Jan 2025 21:43:05 +0100 Subject: [PATCH] fix: incorrect ROI AS navigation for YostarEN & KR --- resource/global/YoStarEN/resource/tasks.json | 3 ++- resource/global/YoStarKR/resource/tasks.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/resource/global/YoStarEN/resource/tasks.json b/resource/global/YoStarEN/resource/tasks.json index d07f8fac24..3b7fbfe178 100644 --- a/resource/global/YoStarEN/resource/tasks.json +++ b/resource/global/YoStarEN/resource/tasks.json @@ -46,7 +46,8 @@ "roi": [1000, 589, 209, 131] }, "AS-OpenOcr": { - "text": ["Adventure", "Cannot", "Wait", "Sun", "Harvest", "Gathering", "Treasure", "House"] + "text": ["Adventure", "Cannot", "Wait", "Sun", "Harvest", "Gathering", "Treasure", "House"], + "roi": [0, 500, 500, 150] }, "ASChapterToAS": { "text": ["Citizen", "CITIZEN", "Garden", "GARDEN"] diff --git a/resource/global/YoStarKR/resource/tasks.json b/resource/global/YoStarKR/resource/tasks.json index d0fbcb6628..f93fe50a98 100644 --- a/resource/global/YoStarKR/resource/tasks.json +++ b/resource/global/YoStarKR/resource/tasks.json @@ -51,7 +51,8 @@ "text": ["미래", "선사", "하리라"] }, "AS-OpenOcr": { - "text": ["태양을", "뿌리쳐라", "이벤트", "개방중"] + "text": ["태양을", "뿌리쳐라", "이벤트", "개방중"], + "roi": [0, 500, 500, 150] }, "ASChapterToAS": { "text": ["시민", "정원"]