diff --git a/common/script/src/content/quests/index.js b/common/script/src/content/quests/index.js index 98bd7e3678..c0fdde2925 100644 --- a/common/script/src/content/quests/index.js +++ b/common/script/src/content/quests/index.js @@ -65,7 +65,7 @@ let canOwnCategories = [ ]; export default { - allQuests: allQuests, + all: allQuests, byLevel: questsByLevel, canOwnCategories: canOwnCategories, };