1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 06:18:21 +08:00

Fix: accept missions with MISSION_OVERVIEW_ACCEPT

PORT_MISSION_ACCEPT should be replaced by MISSION_OVERVIEW_ACCEPT
This commit is contained in:
Ray
2022-01-14 00:26:21 +08:00
parent 97a73ce5b4
commit b8be504cb6

View File

@@ -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: