chore(event): end Fall Fest

This commit is contained in:
Sabe Jones
2016-11-04 20:20:53 +00:00
parent 905549e379
commit 8cbbb58e78
29 changed files with 4745 additions and 4846 deletions

View File

@@ -215,18 +215,9 @@ shops.getTimeTravelersCategories = function getTimeTravelersCategories (user, la
// };
shops.getSeasonalShopCategories = function getSeasonalShopCategories (user, language) {
const AVAILABLE_SETS = {
fallHealer: i18n.t('mummyMedicSet', language),
fall2015Healer: i18n.t('potionerSet', language),
fallMage: i18n.t('witchyWizardSet', language),
fall2015Mage: i18n.t('stitchWitchSet', language),
fallRogue: i18n.t('vampireSmiterSet', language),
fall2015Rogue: i18n.t('battleRogueSet', language),
fallWarrior: i18n.t('monsterOfScienceSet', language),
fall2015Warrior: i18n.t('scarecrowWarriorSet', language),
};
const AVAILABLE_SPELLS = [
'spookySparkles',
];
let categories = [];