diff --git a/src/services/worldStateService.ts b/src/services/worldStateService.ts index 2595d9a9..742c41c0 100644 --- a/src/services/worldStateService.ts +++ b/src/services/worldStateService.ts @@ -1570,7 +1570,7 @@ export const getWorldState = (buildLabel?: string): IWorldState => { ["voidCorruptionWeek1", 0], ["voidCorruptionWeek2", 1], ["voidCorruptionWeek3", 2], - ["voidCorruptionWeek4", 3], + ["voidCorruptionWeek4", 3] ] as const; const selected = vcWeeks.filter(([flag]) => config.worldState?.[flag]).map(([, idx]) => voidCorruptionAlerts[idx]);