From 460cb20af7afacf1055deaaa25f6b974c244ba37 Mon Sep 17 00:00:00 2001 From: BanLanGen Date: Thu, 21 Aug 2025 11:27:36 -0700 Subject: [PATCH] fix: the circuit normal rewards rotation (#2672) Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2672 Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com> Co-authored-by: BanLanGen Co-committed-by: BanLanGen --- src/services/worldStateService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/worldStateService.ts b/src/services/worldStateService.ts index 621360f2..8a0c8961 100644 --- a/src/services/worldStateService.ts +++ b/src/services/worldStateService.ts @@ -3068,7 +3068,7 @@ export const getWorldState = (buildLabel?: string): IWorldState => { ["Hydroid", "Mirage", "Limbo"], ["Mesa", "Chroma", "Atlas"], ["Ivara", "Inaros", "Titania"] - ][week % 12] + ][week % 11] }); worldState.EndlessXpChoices.push({ Category: "EXC_HARD",