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}`, };