From 0528ee176178bfe391faa1327833434f6945bbd6 Mon Sep 17 00:00:00 2001 From: Natalie L <78037386+CuriousMagpie@users.noreply.github.com> Date: Tue, 9 Aug 2022 12:50:05 -0400 Subject: [PATCH] fix(dates): update end dates for quest bundle (#14167) * chore(submodule): add August 2022 Mystery Items * chore(content): add Woodland Wizard achievement * chore(content): add Forest Friends quest bundle * fix(typo): whitespace * fix(dates): update end date for quest bundle Co-authored-by: Sabe Jones --- website/common/script/content/constants/events.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/common/script/content/constants/events.js b/website/common/script/content/constants/events.js index 39c598480b..3106567984 100644 --- a/website/common/script/content/constants/events.js +++ b/website/common/script/content/constants/events.js @@ -10,7 +10,7 @@ const gemsPromo = { export const EVENTS = { noCurrentEventAfter: { - start: '2022-07-31T20:00-04:00', + start: '2022-09-30T20:00-04:00', end: '2022-12-21T08:00-04:00', season: 'normal', npcImageSuffix: '', @@ -18,6 +18,8 @@ export const EVENTS = { bundle202208: { start: '2022-08-09T08:00-04:00', end: '2022-09-30T20:00-04:00', + season: 'normal', + npcImageSuffix: '', }, summer2022: { start: '2022-06-21T08:00-04:00',