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

Fix: Adjust handle_guild various circumstances

Add: handle_guild_popup_cancel check for ui_additional_page_reward
This commit is contained in:
nEEtdo0d
2021-01-16 15:36:44 -05:00
parent da78b43c3e
commit e3b34c42a9
3 changed files with 26 additions and 9 deletions

View File

@@ -285,6 +285,9 @@ class UI(InfoHandler):
# Research popup, lost connection popup
if self.handle_popup_confirm('PAGE_REWARD'):
return True
# Guild popup
if self.handle_guild_popup_cancel():
return True
# Daily reset
if self.appear_then_click(LOGIN_ANNOUNCE, offset=(30, 30), interval=5):