From 96fed21fbd33eee89f039e3db33e912ab53c6409 Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Mon, 6 May 2024 11:53:12 +0200 Subject: [PATCH] add gear field to gala events --- website/common/script/content/constants/schedule.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/common/script/content/constants/schedule.js b/website/common/script/content/constants/schedule.js index f0635102bb..739948b2e1 100644 --- a/website/common/script/content/constants/schedule.js +++ b/website/common/script/content/constants/schedule.js @@ -940,6 +940,7 @@ export function getCurrentGalaEvent (date) { event: key, npcImageSuffix: `_${key}`, season: key, + gear: true, start: `${today.getFullYear()}.${gala.startMonth + 1}.${GALA_SWITCHOVER_DAY}`, end: `${today.getFullYear()}.${gala.endMonth + 1}.${GALA_SWITCHOVER_DAY}`, };