Files
habitica/website/common/script/libs/shops-seasonal.config.js
2020-02-01 07:20:55 -06: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',
};