mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-23 02:53:44 +08:00
Fix: accept missions with MISSION_OVERVIEW_ACCEPT
PORT_MISSION_ACCEPT should be replaced by MISSION_OVERVIEW_ACCEPT
This commit is contained in:
@@ -168,7 +168,7 @@ class MissionHandler(GlobeOperation, ZoneManager):
|
|||||||
else:
|
else:
|
||||||
self.device.screenshot()
|
self.device.screenshot()
|
||||||
|
|
||||||
if self.appear_then_click(PORT_MISSION_ACCEPT, offset=(20, 20), interval=0.2):
|
if self.appear_then_click(MISSION_OVERVIEW_ACCEPT, offset=(20, 20), interval=0.2):
|
||||||
confirm_timer.reset()
|
confirm_timer.reset()
|
||||||
continue
|
continue
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user