feat(content): add August Pet Quest Bundles and Magic Hatching Potions (#14786)

* feat(content): add June subscriber items

* feat(content): add August pet quest bundle and magic hatching potions

* fix(time): updated start time to 0800EDT

* fix(content): correct start date for potions

---------

Co-authored-by: Sabe Jones <sabrecat@gmail.com>
This commit is contained in:
Natalie L
2023-08-14 15:37:42 -04:00
committed by GitHub
parent b679cfb935
commit d564944507
4 changed files with 31 additions and 23 deletions

View File

@@ -11,10 +11,18 @@ const gemsPromo = {
export const EVENTS = {
noEvent: {
start: '2023-08-01T23:59-04:00',
end: '2023-08-31T08:00-04:00',
end: '2023-08-10T08:00-04:00',
season: 'normal',
npcImageSuffix: '',
},
bundle202308: {
start: '2023-08-15T08:00-04:00',
end: '2023-08-31T23:59-04:00',
},
potions202308: {
start: '2023-08-15T08:00-04:00',
end: '2023-08-31T23:59-04:00',
},
summer2023: {
start: '2023-06-20T08:00-04:00',
end: '2023-07-31T23:59-04:00',