mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-18 04:31:30 +08:00
Fix: Handle pinned zone when moving in globe
- Fix: Get mission in zone [154|NA海域中心|NA OCEAN CENTRAL SECTOR|NA海域中心]
This commit is contained in:
@@ -59,6 +59,7 @@ class OperationSiren(OSMap):
|
||||
if not self.is_in_globe():
|
||||
logger.warning('Trying to move in globe, but not in os globe map')
|
||||
raise ScriptError('Trying to move in globe, but not in os globe map')
|
||||
self.ensure_no_zone_pinned()
|
||||
self.globe_update()
|
||||
self.globe_focus_to(zone)
|
||||
self.zone_type_select(types=types)
|
||||
|
||||
Reference in New Issue
Block a user