From d6968fdf64fd6c62116497e14d81526040e52a99 Mon Sep 17 00:00:00 2001 From: LmeSzinc <37934724+LmeSzinc@users.noreply.github.com> Date: Mon, 27 May 2024 22:03:11 +0800 Subject: [PATCH] Del: Remove do_not_use option of dungeon support cuz no effect --- module/config/argument/args.json | 3 +-- module/config/argument/override.yaml | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/module/config/argument/args.json b/module/config/argument/args.json index b74308ba1..8f5549050 100644 --- a/module/config/argument/args.json +++ b/module/config/argument/args.json @@ -635,9 +635,8 @@ "type": "select", "value": "when_daily", "option": [ - "always_use", "when_daily", - "do_not_use" + "always_use" ] }, "Character": { diff --git a/module/config/argument/override.yaml b/module/config/argument/override.yaml index b38bca2a5..29fb499e7 100644 --- a/module/config/argument/override.yaml +++ b/module/config/argument/override.yaml @@ -30,6 +30,9 @@ Dungeon: value: true option: [ true, ] option_bold: [ true, ] + DungeonSupport: + Use: + option: [ when_daily, always_use ] DailyQuest: Scheduler: Enable: