From 3146a74d35f39ef4857b457a7b24e322518a5031 Mon Sep 17 00:00:00 2001 From: LmeSzinc <37934724+LmeSzinc@users.noreply.github.com> Date: Mon, 20 May 2024 00:09:07 +0800 Subject: [PATCH] Fix: Confirm character switch when entering dungeon --- tasks/dungeon/ui.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tasks/dungeon/ui.py b/tasks/dungeon/ui.py index 4d02ff30c..32725c09c 100644 --- a/tasks/dungeon/ui.py +++ b/tasks/dungeon/ui.py @@ -591,7 +591,9 @@ class DungeonUI(DungeonState): break # Additional - pass + # Popup that confirm character switch + if self.handle_popup_confirm('DUNGEON_ENTER'): + continue # Click teleport if self.appear(page_guide.check_button, interval=1):