Fix: Handle popup when exiting elite domain

This commit is contained in:
LmeSzinc 2023-10-01 19:17:16 +08:00
parent 4cac7d07db
commit 2041fe8a74

View File

@ -50,3 +50,5 @@ class RogueExit(CombatInteract):
if self.appear(ROGUE_REPORT, interval=2): if self.appear(ROGUE_REPORT, interval=2):
self.device.click(BLESSING_CONFIRM) self.device.click(BLESSING_CONFIRM)
continue continue
if self.handle_popup_confirm():
continue