Added spooky sparkles to features (#9129)

This commit is contained in:
Keith Holliday 2017-10-02 19:46:21 -05:00 committed by GitHub
parent 47ebee9ae8
commit 8a75383c43

View file

@ -372,12 +372,11 @@
seasonal.featured.items = itemsNotOwned;
// If we are out of gear, show the spells
// @TODO: Open this up when they are available.
// @TODO: add dates to check instead?
// if (seasonal.featured.items.length === 0) {
// this.featuredGearBought = true;
// seasonal.featured.items = seasonal.featured.items.concat(seasonal.categories[0].items);
// }
if (seasonal.featured.items.length === 0) {
this.featuredGearBought = true;
seasonal.featured.items = seasonal.featured.items.concat(seasonal.categories[0].items);
}
return seasonal;
},