fix(potion): correct year

This commit is contained in:
SabreCat
2022-04-12 16:01:27 -05:00
parent d4e05835d7
commit b608f0ad9c

View File

@@ -529,7 +529,7 @@ const wacky = {
Veggie: {
text: t('hatchingPotionVeggie'),
limited: true,
event: EVENTS.spring2021,
event: EVENTS.spring2022,
_addlNotes: t('eventAvailabilityReturning', {
availableDate: t('dateEndApril'),
previousDate: t('aprilYYYY', { year: 2021 }),