1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 09:48:20 +08:00

Fix: Handle AUTO_SEARCH_REWARD in globe_enter

This commit is contained in:
LmeSzinc
2023-02-21 23:19:54 +08:00
parent 5874e1214c
commit 1066d1e51b

View File

@@ -395,3 +395,6 @@ class GlobeOperation(ActionPointHandler):
continue
if self.handle_popup_confirm('GLOBE_ENTER'):
continue
# A game bug that AUTO_SEARCH_REWARD from the last cleared zone popups
if self.appear_then_click(AUTO_SEARCH_REWARD, offset=(50, 50), interval=3):
continue