fix(potions): call out limited time

This commit is contained in:
Sabe Jones
2020-04-10 15:15:23 -05:00
parent 39765895ee
commit 9c6c90a2e9
6 changed files with 27 additions and 8 deletions

View File

@@ -94,6 +94,7 @@ export default function getItemInfo (user, type, item, officialPinnedItems, lang
purchaseType: 'hatchingPotions',
path: item.wacky ? `wackyHatchingPotions.${item.key}` : `premiumHatchingPotions.${item.key}`,
pinType: 'premiumHatchingPotion',
event: item.event,
};
break;
case 'food':