From 1653d86c9215a1e241d0153a2fddefdac7affbf7 Mon Sep 17 00:00:00 2001 From: "firedcto@gmail.com" Date: Thu, 14 Nov 2024 15:00:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9F=90=E4=BA=9Bboss?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E4=BC=A0=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/task/BaseWWTask.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/task/BaseWWTask.py b/src/task/BaseWWTask.py index 5c6a13b..7c9f56e 100644 --- a/src/task/BaseWWTask.py +++ b/src/task/BaseWWTask.py @@ -377,7 +377,7 @@ class BaseWWTask(BaseTask, FindFeature, OCR): self.wait_in_team_and_world(time_out=120) def click_traval_button(self): - if self.find_one(['fast_travel_custom', 'remove_custom'], threshold=0.6): + if self.find_one(['fast_travel_custom', 'remove_custom', 'gray_teleport'], threshold=0.6): self.click_relative(0.91, 0.92, after_sleep=1) if self.wait_click_feature(['confirm_btn_hcenter_vcenter', 'confirm_btn_highlight_hcenter_vcenter'], relative_x=-1, raise_if_not_found=True,