feat(event): Spring Fling 2018
This commit is contained in:
@@ -1,23 +1,29 @@
|
||||
// import { SEASONAL_SETS } from '../content/constants';
|
||||
import { SEASONAL_SETS } from '../content/constants';
|
||||
|
||||
module.exports = {
|
||||
opened: false,
|
||||
opened: true,
|
||||
|
||||
currentSeason: 'Closed',
|
||||
currentSeason: 'Spring',
|
||||
|
||||
dateRange: { start: '2017-12-19', end: '2018-01-31' },
|
||||
dateRange: { start: '2018-03-20', end: '2018-04-30' },
|
||||
|
||||
availableSets: [
|
||||
...SEASONAL_SETS.spring,
|
||||
],
|
||||
|
||||
pinnedSets: {
|
||||
wizard: 'spring2018TulipMageSet',
|
||||
warrior: 'spring2018SunriseWarriorSet',
|
||||
rogue: 'spring2018DucklingRogueSet',
|
||||
healer: 'spring2018GarnetHealerSet',
|
||||
},
|
||||
|
||||
availableSpells: [
|
||||
],
|
||||
|
||||
availableQuests: [
|
||||
'egg',
|
||||
],
|
||||
|
||||
featuredSet: 'yetiSet',
|
||||
featuredSet: 'comfortingKittySet',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user