June 2022 Pet Quest Bundle

This commit is contained in:
CuriousMagpie
2022-06-13 16:37:02 -04:00
committed by SabreCat
parent 86068f42d4
commit 36d82a1d39
4 changed files with 14 additions and 10 deletions

View File

@@ -129,7 +129,7 @@ const bundles = {
'octopus',
],
canBuy () {
return moment().isBetween('2020-07-14', '2020-08-02');
return moment().isBefore(EVENTS.bundle202206.end);
},
type: 'quests',
value: 7,