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

Fix: Remove 'EX' maps not available in war archives, update offset for USE_DATA_KEY

This commit is contained in:
nEEtdo0d
2020-11-16 13:54:23 -05:00
parent b5ad6f75a3
commit fc384b3e0a
3 changed files with 1 additions and 109 deletions

View File

@@ -96,7 +96,7 @@ class InfoHandler(ModuleBase):
and not self.appear(POPUP_CANCEL, offset=self._popup_offset, interval=2):
return False
if self.appear(USE_DATA_KEY, offset=True):
if self.appear(USE_DATA_KEY, offset=(20, 20)):
return self.handle_popup_confirm('USE_DATA_KEY')
return False