Update config.go auto-cycle

This commit is contained in:
Ewerton B. S
2023-08-21 03:22:45 +09:00
committed by GitHub
parent 6708c9fc8f
commit c0d11bea4b

View File

@@ -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
}