fix(content): missing potion data

This commit is contained in:
Sabe Jones
2020-02-12 18:30:54 -06:00
parent 142d7e4348
commit b8362af2f2

View File

@@ -246,6 +246,13 @@ const premium = {
date: t('dateEndJanuary'), date: t('dateEndJanuary'),
}), }),
}, },
Ruby: {
value: 2,
text: t('hatchingPotionRuby'),
limited: true,
canBuy: hasQuestAchievementFunction('ruby'),
_addlNotes: t('premiumPotionUnlimitedNotes'),
},
}; };
const wacky = { const wacky = {