mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
fix(quest): update market criterion
This commit is contained in:
parent
aaba400d36
commit
91511746bc
1 changed files with 1 additions and 1 deletions
|
|
@ -548,7 +548,7 @@ const wacky = {
|
|||
text: t('hatchingPotionVirtualPet'),
|
||||
limited: true,
|
||||
_addlNotes: t('premiumPotionUnlimitedNotes'),
|
||||
canBuy: hasQuestAchievementFunction('virtualPet'),
|
||||
canBuy: hasQuestAchievementFunction('virtualpet'),
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue