From ae6918d52e63afcbf0f1c45c8ee7b5d7eeb3b16e Mon Sep 17 00:00:00 2001 From: SabreCat Date: Thu, 31 Mar 2022 14:41:59 -0500 Subject: [PATCH] chore(event): canonical duration --- website/common/script/content/constants/events.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/common/script/content/constants/events.js b/website/common/script/content/constants/events.js index 890db378fd..32fdcf3734 100644 --- a/website/common/script/content/constants/events.js +++ b/website/common/script/content/constants/events.js @@ -20,9 +20,13 @@ export const EVENTS = { end: '2022-04-30T20:00-05:00', npcImageSuffix: '_spring', season: 'spring', - aprilFools: 'virtual', gear: true, }, + aprilFools2022: { + start: '2022-04-01T08:00-05:00', + end: '2022-04-02T08:00-05:00', + aprilFools: 'virtual', + }, valentines2022: { start: '2022-02-14T08:00-05:00', end: '2022-02-18T20:00-05:00',