diff --git a/app/features/mmr/season.ts b/app/features/mmr/season.ts index 8de88321f..c5c6b8ea1 100644 --- a/app/features/mmr/season.ts +++ b/app/features/mmr/season.ts @@ -13,6 +13,11 @@ const SEASONS = starts: new Date("2023-08-14T17:00:00.000Z"), ends: new Date("2023-08-27T20:59:59.999Z"), }, + { + nth: 1, + starts: new Date("2023-09-11T17:00:00.000Z"), + ends: new Date("2023-11-19T20:59:59.999Z"), + }, ] as const); export type RankingSeason = (typeof SEASONS)[number];