feat(event): Shiny Seed and Egg Hunt countdowns

This commit is contained in:
Sabe Jones
2021-04-08 16:26:32 -05:00
parent 23f6e9b911
commit 9c402152e8
5 changed files with 7 additions and 7 deletions

View File

@@ -178,6 +178,7 @@ export default function getItemInfo (user, type, item, officialPinnedItems, lang
class: `inventory_special_${item.key}`,
path: `spells.special.${item.key}`,
pinType: 'seasonalSpell',
event: item.event,
};
break;
case 'debuffPotion':
@@ -215,6 +216,7 @@ export default function getItemInfo (user, type, item, officialPinnedItems, lang
purchaseType: 'quests',
path: `quests.${item.key}`,
pinType: 'seasonalQuest',
event: item.event,
};
break;
case 'gear':