chore(event): end Flinging

This commit is contained in:
Sabe Jones
2019-05-02 14:24:29 -05:00
parent 792d5998b0
commit 4777850601
21 changed files with 42 additions and 52 deletions

View File

@@ -1,30 +1,23 @@
import { SEASONAL_SETS } from '../content/constants';
// import { SEASONAL_SETS } from '../content/constants';
module.exports = {
opened: true,
opened: false,
currentSeason: 'Spring',
currentSeason: 'Closed',
dateRange: { start: '2019-03-19', end: '2019-04-30' },
dateRange: { start: '2018-09-20', end: '2018-10-31' },
availableSets: [
...SEASONAL_SETS.spring,
],
pinnedSets: {
wizard: 'spring2019AmberMageSet',
warrior: 'spring2019OrchidWarriorSet',
rogue: 'spring2019CloudRogueSet',
healer: 'spring2019RobinHealerSet',
},
availableSpells: [
'shinySeed',
],
availableQuests: [
'egg',
],
featuredSet: 'spring2018DucklingRogueSet',
featuredSet: 'mummyMedicSet',
};