chore(event): disable Cupid Potions
This commit is contained in:
@@ -124,7 +124,7 @@ each(premium, (pot, key) => {
|
||||
premium: true,
|
||||
limited: false,
|
||||
canBuy () {
|
||||
return pot._season === 'valentines';
|
||||
return pot._season === 'regular';
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user