diff --git a/website/common/locales/en/questsContent.json b/website/common/locales/en/questsContent.json index 45e4249e7d..557be32b92 100644 --- a/website/common/locales/en/questsContent.json +++ b/website/common/locales/en/questsContent.json @@ -699,7 +699,7 @@ "questSquirrelUnlockText": "Unlocks Squirrel Eggs for purchase in the Market", "cuddleBuddiesText": "Cuddle Buddies Quest Bundle", - "cuddleBuddiesNotes": "Contains 'The Killer Bunny', 'The Nefarious Ferret', and 'The Guinea Pig Gang'. Available until May 31.", + "cuddleBuddiesNotes": "Contains 'The Killer Bunny', 'The Nefarious Ferret', and 'The Guinea Pig Gang'. Available until March 31.", "aquaticAmigosText": "Aquatic Amigos Quest Bundle", "aquaticAmigosNotes": "Contains 'The Magical Axolotl', 'The Kraken of Inkomplete', and 'The Call of Octothulu'. Available until August 31.", diff --git a/website/common/script/content/bundles.js b/website/common/script/content/bundles.js index 24239f3f51..bfb7429b5a 100644 --- a/website/common/script/content/bundles.js +++ b/website/common/script/content/bundles.js @@ -114,7 +114,7 @@ const bundles = { 'guineapig', ], canBuy () { - return moment().isBetween('2022-03-15T08:00-04:00', '2022-05-31T20:00-04:00'); + return moment().isBetween('2022-03-15T08:00-04:00', '2022-03-31T20:00-04:00'); }, type: 'quests', value: 7, diff --git a/website/common/script/content/shop-featuredItems.js b/website/common/script/content/shop-featuredItems.js index 6048266118..90df56933e 100644 --- a/website/common/script/content/shop-featuredItems.js +++ b/website/common/script/content/shop-featuredItems.js @@ -44,7 +44,7 @@ const featuredItems = { ]; }, quests () { - if (moment().isBefore('2022-05-31T20:00-04:00')) { + if (moment().isBefore('2022-03-31T20:00-04:00')) { return [ { type: 'bundles',