From 83cf4076bc106e980dd85687ed9abefebe7572dc Mon Sep 17 00:00:00 2001 From: Petr Vecera Date: Fri, 3 May 2024 21:17:48 +0200 Subject: [PATCH] Patch 1.6.6 update :) --- config.ts | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/config.ts b/config.ts index 2556030f..4ecc3ec7 100644 --- a/config.ts +++ b/config.ts @@ -42,7 +42,7 @@ const getEdgioEnvName = (): string | null => { }; // This controls the default patch selector in the stats page // this needs to be key statsPatchSelector object -const defaultStatsPatchSelector = "1.6.1"; +const defaultStatsPatchSelector = "1.6.6"; // This controls the patch selector in the stats page const statsPatchSelector: Record< @@ -55,11 +55,11 @@ const statsPatchSelector: Record< group: string; } > = { - "1.6.5": { + "1.6.6": { from: "2024-05-02", to: "now", value: "1.6.5", - label: "1.6.5", + label: "1.6.5 - 1.6.6", group: "Coral Viper", }, "1.6.1": { @@ -159,11 +159,15 @@ const statsPatchSelector: Record< }; // Latest patch needs to be a key to patches object -const latestPatch = "1.6.5"; +const latestPatch = "1.6.6"; // Get patchTimeSeconds here https://www.unixtimestamp.com/ const patches: Record = { + "1.6.6": { + dataTag: "v1.6.6-1", // This is the tag of the data repo + dataTime: "03/May/2024", // The date when was the data tag created (the data extracted from game) + }, "1.6.5": { dataTag: "v1.6.5-1", // This is the tag of the data repo dataTime: "01/May/2024", // The date when was the data tag created (the data extracted from game)