From 3974adcb651afbbd7b94564dc2fd37604d1d5e00 Mon Sep 17 00:00:00 2001 From: SabreCat Date: Fri, 30 Sep 2022 14:57:15 -0500 Subject: [PATCH] chore(event): set Gem sale dates --- website/common/script/content/constants/events.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/common/script/content/constants/events.js b/website/common/script/content/constants/events.js index 3073f0991c..5b01144d48 100644 --- a/website/common/script/content/constants/events.js +++ b/website/common/script/content/constants/events.js @@ -22,6 +22,16 @@ export const EVENTS = { season: 'fall', gear: true, }, + spooky_extra_gems: { + start: '2022-10-27T08:00-04:00', + end: '2022-10-31T20:00-04:00', + gemsPromo, + }, + fall_extra_gems: { + start: '2022-10-06T08:00-04:00', + end: '2022-10-13T20:00-04:00', + gemsPromo, + }, beforeGala: { start: '2022-07-31T20:00-04:00', end: '2022-09-20T08:00-04:00',