mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
fix(potions): call out limited time
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user