From c0d11bea4bc113abcd88591050e21e4171d30ac2 Mon Sep 17 00:00:00 2001 From: "Ewerton B. S" Date: Mon, 21 Aug 2023 03:22:45 +0900 Subject: [PATCH] Update config.go auto-cycle --- config/config.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index c380b7859..1d5990d37 100644 --- a/config/config.go +++ b/config/config.go @@ -111,7 +111,8 @@ type DevModeOptions struct { EarthStatusOverride int32 EarthIDOverride int32 EarthMonsterOverride int32 - WeeklyQuestCycle bool + WeeklyQuestCycle bool // Enable weekly event quests cycle + WeeklyCycleAmount int // Set the amount of cycles (week) SaveDumps SaveDumpOptions }