From 91511746bcf77c9147abe6531d450b2c816b1bdc Mon Sep 17 00:00:00 2001 From: SabreCat Date: Wed, 6 Apr 2022 13:36:43 -0500 Subject: [PATCH] fix(quest): update market criterion --- website/common/script/content/hatching-potions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/common/script/content/hatching-potions.js b/website/common/script/content/hatching-potions.js index 4ef590ea2d..7ee960ac1e 100644 --- a/website/common/script/content/hatching-potions.js +++ b/website/common/script/content/hatching-potions.js @@ -548,7 +548,7 @@ const wacky = { text: t('hatchingPotionVirtualPet'), limited: true, _addlNotes: t('premiumPotionUnlimitedNotes'), - canBuy: hasQuestAchievementFunction('virtualPet'), + canBuy: hasQuestAchievementFunction('virtualpet'), }, };