Files
habitica/website/common/script/libs/shops-seasonal.config.js
2019-11-01 20:13:52 -05:00

24 lines
321 B
JavaScript

// import { SEASONAL_SETS } from '../content/constants';
export default {
opened: false,
currentSeason: 'Closed',
dateRange: { start: '2019-09-24', end: '2019-10-31' },
availableSets: [
],
pinnedSets: {
},
availableSpells: [
],
availableQuests: [
],
featuredSet: 'fall2018AlterEgoSet',
};