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

Fix: OS mission changed after maintenance

This commit is contained in:
LmeSzinc
2021-05-07 09:58:57 +08:00
parent f9cbdb9a5b
commit fb9aa9a52c
2 changed files with 40 additions and 6 deletions

View File

@@ -166,11 +166,10 @@ class OperationSiren(OSMap):
logger.hr('OS finish daily mission', level=1)
backup = self.config.cover(OS_ACTION_POINT_BOX_USE=True)
while 1:
zone = self.os_get_next_mission()
if zone is None:
result = self.os_get_next_mission2()
if not result:
break
self.globe_goto(zone, refresh=True)
self.run_auto_search()
backup.recover()