chore(event): disable Cupid Potions

This commit is contained in:
Sabe Jones
2017-03-02 20:49:02 +00:00
parent 488dcb916a
commit b54037f230
@@ -124,7 +124,7 @@ each(premium, (pot, key) => {
premium: true,
limited: false,
canBuy () {
return pot._season === 'valentines';
return pot._season === 'regular';
},
});
});