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

@@ -102,7 +102,7 @@ const bundles = {
'butterfly',
],
canBuy () {
return moment().isBetween('2020-03-09', '2020-04-02');
return moment().isBetween(EVENTS.bundle202308.start, EVENTS.bundle202308.end);
},
type: 'quests',
value: 7,