From 5e05190f22fca237dd6d07dfcd70a5b9cb28f8e3 Mon Sep 17 00:00:00 2001 From: SabreCat Date: Tue, 15 Nov 2022 16:05:06 -0600 Subject: [PATCH] fix(event): start at 8AM not 8PM --- website/common/script/content/constants/events.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/common/script/content/constants/events.js b/website/common/script/content/constants/events.js index 8e54486499..54fb486e8d 100644 --- a/website/common/script/content/constants/events.js +++ b/website/common/script/content/constants/events.js @@ -16,8 +16,8 @@ export const EVENTS = { npcImageSuffix: '', }, bundle202211: { - start: '2022-11-15T20:00-05:00', - end: '2022-11-30T08:00-05:00', + start: '2022-11-15T08:00-05:00', + end: '2022-11-30T20:00-05:00', season: 'normal', npcImageSuffix: '', },