Move user can own quest categories constant to constants module.

This commit is contained in:
Blade Barringer
2015-11-15 12:27:16 -06:00
parent 40cee42e03
commit 2a7dfe09a0
2 changed files with 8 additions and 1 deletions

View File

@@ -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',
];