add gear field to gala events

This commit is contained in:
Phillip Thelen
2024-05-06 11:53:12 +02:00
parent 7d62c87de3
commit 96fed21fbd

View File

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