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

@@ -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: {