feat(quests): create Hatching Potion category

This commit is contained in:
Sabe Jones
2019-05-21 14:48:44 -05:00
parent 95613dcfb8
commit 01657f573d
8 changed files with 24 additions and 16 deletions

View File

@@ -209,5 +209,6 @@ export const ITEM_LIST = {
export const USER_CAN_OWN_QUEST_CATEGORIES = [
'unlockable',
'gold',
'hatchingPotion',
'pet',
];

View File

@@ -3358,7 +3358,7 @@ let quests = {
notes: t('questBronzeNotes'),
completion: t('questBronzeCompletion'),
value: 4,
category: 'pet',
category: 'hatchingPotion',
boss: {
name: t('questBronzeBoss'),
hp: 800,