fix(content): item type handling

This commit is contained in:
Sabe Jones
2016-08-10 05:18:30 +00:00
parent 0d1bff5dda
commit 64c8e4d16d
4 changed files with 5 additions and 3 deletions

View File

@@ -48,6 +48,7 @@ export const ITEM_LIST = {
headAccessory: { localeKey: 'headAccessory', isEquipment: true },
eyewear: { localeKey: 'eyewear', isEquipment: true },
hatchingPotions: { localeKey: 'hatchingPotion', isEquipment: false },
premiumHatchingPotions: { localeKey: 'hatchingPotion', isEquipment: false },
eggs: { localeKey: 'eggSingular', isEquipment: false },
quests: { localeKey: 'quest', isEquipment: false },
food: { localeKey: 'foodText', isEquipment: false },