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