From 04e2a39a9fd6d464b5f4ebf0a373df17782b6ed0 Mon Sep 17 00:00:00 2001 From: SabreCat Date: Mon, 21 Nov 2022 20:08:15 -0600 Subject: [PATCH] fix(test): rearrange for legacy event logic --- website/common/script/content/constants/events.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/common/script/content/constants/events.js b/website/common/script/content/constants/events.js index d3066193a4..f561d44bd5 100644 --- a/website/common/script/content/constants/events.js +++ b/website/common/script/content/constants/events.js @@ -21,16 +21,16 @@ export const EVENTS = { season: 'thanksgiving', npcImageSuffix: '_thanksgiving', }, - bundle202211: { - start: '2022-11-15T08:00-05:00', - end: '2022-11-30T20:00-05:00', - }, afterGala: { start: '2022-10-31T20:00-04:00', end: '2022-11-22T08:00-05:00', season: 'normal', npcImageSuffix: '', }, + bundle202211: { + start: '2022-11-15T08:00-05:00', + end: '2022-11-30T20:00-05:00', + }, fall2022: { start: '2022-09-20T08:00-04:00', end: '2022-10-31T20:00-04:00',