Skip to content

Commit

Permalink
Fix: Do double rogue first
Browse files Browse the repository at this point in the history
  • Loading branch information
LmeSzinc committed May 26, 2024
1 parent 12ffb83 commit 783658b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tasks/dungeon/dungeon.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,10 @@ def run(self):
final = KEYWORDS_DUNGEON_LIST.Simulated_Universe_World_1
else:
final = DungeonList.find(self.config.Dungeon_Name)
# Planner
planner = self.planner.get_dungeon()
if planner is not None:
final = planner
# Planner
planner = self.planner.get_dungeon()
if planner is not None:
final = planner

# Run dungeon that required by daily quests
# Calyx_Golden
Expand Down

0 comments on commit 783658b

Please sign in to comment.