From c3adcdedfca72c9eab8f4afaf88e714c0be9c513 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sun, 1 Sep 2024 17:40:44 +0300 Subject: [PATCH] S5 --- app/features/mmr/season.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/features/mmr/season.ts b/app/features/mmr/season.ts index ac2665037..282d39e18 100644 --- a/app/features/mmr/season.ts +++ b/app/features/mmr/season.ts @@ -38,6 +38,11 @@ export const SEASONS = starts: new Date("2024-06-03T17:00:00.000Z"), ends: new Date("2024-08-18T20:59:59.999Z"), }, + { + nth: 5, + starts: new Date("2024-09-02T17:00:00.000Z"), + ends: new Date("2024-11-17T22:59:59.999Z"), + }, ] as const); export type RankingSeason = (typeof SEASONS)[number];