4f34443b84
Also Bailey news
23 lines
319 B
JavaScript
23 lines
319 B
JavaScript
// import { SEASONAL_SETS } from '../content/constants';
|
|
|
|
module.exports = {
|
|
opened: false,
|
|
|
|
currentSeason: 'Closed',
|
|
|
|
dateRange: { start: '2018-06-19', end: '2018-07-31' },
|
|
|
|
availableSets: [
|
|
],
|
|
|
|
pinnedSets: {},
|
|
|
|
availableSpells: [
|
|
],
|
|
|
|
availableQuests: [
|
|
],
|
|
|
|
featuredSet: 'strappingSailorSet',
|
|
};
|