fix(shops): don't push if empty

Also corrects text on hatching potions
This commit is contained in:
SabreCat
2017-06-02 15:28:28 +00:00
parent de1e477ce2
commit db1c2fd5a2
3 changed files with 15 additions and 5 deletions

View File

@@ -65,7 +65,7 @@ api.bundles = {
'owl',
],
canBuy () {
return moment().isBetween('2017-05-16', '2017-06-02');
return moment().isBetween('2017-05-16', '2017-05-31');
},
type: 'quests',
value: 7,