From 1d3006ae29d43519a228736144ef6bb927c8c2c2 Mon Sep 17 00:00:00 2001 From: SabreCat Date: Wed, 27 Sep 2023 14:09:50 -0500 Subject: [PATCH] chore(event): schedule spooky gems --- website/common/script/content/constants/events.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/common/script/content/constants/events.js b/website/common/script/content/constants/events.js index 4141e8c267..737c44bece 100644 --- a/website/common/script/content/constants/events.js +++ b/website/common/script/content/constants/events.js @@ -10,11 +10,16 @@ const gemsPromo = { export const EVENTS = { noEvent: { - start: '2023-11-01T23:59-04:00', + start: '2023-11-01T00:00-04:00', end: '2023-12-21T08:00-04:00', season: 'normal', npcImageSuffix: '', }, + spooky_extra_gems: { + start: '2022-10-24T08:00-04:00', + end: '2022-10-31T23:59-04:00', + gemsPromo, + }, bundle202310: { start: '2023-10-17T08:00-04:00', end: '2023-10-31T23:59-04:00', @@ -132,11 +137,6 @@ 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',