fix(potion): add event data to Sand Sculpture

This commit is contained in:
Sabe Jones
2020-06-19 15:22:04 -05:00
parent 5005bb8714
commit cdd9d23e90

View File

@@ -325,6 +325,7 @@ const premium = {
value: 2,
text: t('hatchingPotionSandSculpture'),
limited: true,
event: EVENTS.summer2020,
canBuy () {
return moment().isBefore('2020-08-02');
},