From 292426bb5d20badc1c4f2af54b644be55e9aeb8f Mon Sep 17 00:00:00 2001 From: "Ewerton B. S" Date: Sun, 20 Aug 2023 07:58:59 +0900 Subject: [PATCH] Update config for auto-cycle --- config/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.go b/config/config.go index ac7e48af6..c380b7859 100644 --- a/config/config.go +++ b/config/config.go @@ -111,6 +111,7 @@ type DevModeOptions struct { EarthStatusOverride int32 EarthIDOverride int32 EarthMonsterOverride int32 + WeeklyQuestCycle bool SaveDumps SaveDumpOptions }