31d0cb5a91
and fix rotten potatoe
24 lines
326 B
JavaScript
24 lines
326 B
JavaScript
// import { SEASONAL_SETS } from '../content/constants';
|
|
|
|
export default {
|
|
opened: false,
|
|
|
|
currentSeason: 'Closed',
|
|
|
|
dateRange: { start: '2020-09-22', end: '2020-10-31' },
|
|
|
|
availableSets: [
|
|
],
|
|
|
|
pinnedSets: {
|
|
},
|
|
|
|
availableSpells: [
|
|
],
|
|
|
|
availableQuests: [
|
|
],
|
|
|
|
featuredSet: 'fall2020WraithWarriorSet',
|
|
};
|