diff --git a/common/script/content/constants.js b/common/script/content/constants.js index 9e05f57e62..9274e9cf32 100644 --- a/common/script/content/constants.js +++ b/common/script/content/constants.js @@ -50,3 +50,9 @@ export const ITEM_LIST = { food: { localeKey: 'foodText', isEquipment: false }, Saddle: { localeKey: 'foodSaddleText', isEquipment: false }, }; + +export const USER_CAN_OWN_QUEST_CATEGORIES = [ + 'unlockable', + 'gold', + 'pet', +]; diff --git a/common/script/content/index.js b/common/script/content/index.js index ce37e28fdd..ba6f7544a7 100644 --- a/common/script/content/index.js +++ b/common/script/content/index.js @@ -13,6 +13,7 @@ import { EVENTS, GEAR_TYPES, ITEM_LIST, + USER_CAN_OWN_QUEST_CATEGORIES, } from './constants'; import mysterySets from './mystery-sets'; @@ -4810,7 +4811,7 @@ _.each(api.food, function(food, key) { }); }); -api.userCanOwnQuestCategories = ['unlockable', 'gold', 'pet']; +api.userCanOwnQuestCategories = USER_CAN_OWN_QUEST_CATEGORIES; api.quests = { dilatory: {