mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
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:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user