Fix: handle_map_2x_run() function name in forgotten hall

This commit is contained in:
LmeSzinc 2023-08-27 02:14:03 +08:00
parent 674627cfe6
commit cf9b261eb5

View File

@ -200,4 +200,4 @@ class ForgottenHallUI(DungeonUI):
if self.match_template_color(DUNGEON_ENTER_CHECKED):
logger.info("Forgotten hall dungeon entered")
break
joystick.handle_map_run()
joystick.handle_map_2x_run()