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 <sabrecat@gmail.com>
This commit is contained in:
Natalie L
2022-08-09 12:50:05 -04:00
committed by GitHub
parent d5c4e1666e
commit 0528ee1761

View File

@@ -10,7 +10,7 @@ const gemsPromo = {
export const EVENTS = { export const EVENTS = {
noCurrentEventAfter: { noCurrentEventAfter: {
start: '2022-07-31T20:00-04:00', start: '2022-09-30T20:00-04:00',
end: '2022-12-21T08:00-04:00', end: '2022-12-21T08:00-04:00',
season: 'normal', season: 'normal',
npcImageSuffix: '', npcImageSuffix: '',
@@ -18,6 +18,8 @@ export const EVENTS = {
bundle202208: { bundle202208: {
start: '2022-08-09T08:00-04:00', start: '2022-08-09T08:00-04:00',
end: '2022-09-30T20:00-04:00', end: '2022-09-30T20:00-04:00',
season: 'normal',
npcImageSuffix: '',
}, },
summer2022: { summer2022: {
start: '2022-06-21T08:00-04:00', start: '2022-06-21T08:00-04:00',