mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Redirected to page_reward by game after meta cleared (#1649)
This commit is contained in:
parent
ab68a1f333
commit
98ebf5716a
@ -59,6 +59,9 @@ class Meta(UI, MapEventHandler):
|
||||
return True
|
||||
if self.handle_popup_cancel():
|
||||
return True
|
||||
if self.appear_then_click(META_ENTRANCE, offset=(20, 300), interval=2):
|
||||
return True
|
||||
return False
|
||||
|
||||
|
||||
def _server_support():
|
||||
|
||||
Loading…
Reference in New Issue
Block a user