From 759c81b0723ecd07de457ff309bb671bd62f2fb0 Mon Sep 17 00:00:00 2001 From: LmeSzinc <37934724+LmeSzinc@users.noreply.github.com> Date: Fri, 22 Sep 2023 03:28:21 +0800 Subject: [PATCH] Opt: Do Assignment first then Dungeon --- module/config/config_manual.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/config/config_manual.py b/module/config/config_manual.py index ad12e56a2..01b03810a 100644 --- a/module/config/config_manual.py +++ b/module/config/config_manual.py @@ -10,7 +10,7 @@ class ManualConfig: SCHEDULER_PRIORITY = """ Restart - > BattlePass > DailyQuest > Dungeon > Assignment + > BattlePass > DailyQuest > Assignment > Dungeon """ """