fix: the circuit normal rewards rotation (#2672)
All checks were successful
Build / build (push) Successful in 1m6s
Build Docker image / docker-amd64 (push) Successful in 57s
Build Docker image / docker-arm64 (push) Successful in 1m5s

Reviewed-on: #2672
Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com>
Co-authored-by: BanLanGen <banlangen@noreply.localhost>
Co-committed-by: BanLanGen <banlangen@noreply.localhost>
This commit is contained in:
BanLanGen 2025-08-21 11:27:36 -07:00 committed by Sainan
parent 1e4007f6da
commit 460cb20af7

View File

@ -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",