mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +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:
|
||||
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()
|
||||
continue
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user