first pass on refactoring

This commit is contained in:
CuriousMagpie
2022-01-27 16:59:29 -05:00
parent 1a4af6d6bd
commit 006aad76d2
9 changed files with 3515 additions and 3974 deletions

View File

@@ -34,3 +34,10 @@ export { default as ANIMAL_SET_ACHIEVEMENTS } from './animalSetAchievements';
export { default as QUEST_SERIES_ACHIEVEMENTS } from './questSeriesAchievements';
export { default as ITEM_LIST } from './itemList';
export { default as QUEST_SERIES } from './questSeries';
export { default as QUEST_MASTERCLASSER } from './questMasterclasser';
export { default as QUEST_GENERIC } from './questGeneric';
export { default as QUEST_SEASONAL } from './questSeasonal';
export { default as QUEST_PETS } from './questPets';
export { default as QUEST_POTIONS } from './questPotions';
export { default as QUEST_TIME_TRAVEL } from './questTimeTravel';
export { default as QUEST_WORLD } from './questWorld';