fix(event): Santa Warning and Wolf

This commit is contained in:
Sabe Jones
2019-12-23 13:09:40 -06:00
parent 7d7654bb04
commit 730aefa2fa
8 changed files with 66 additions and 56 deletions
+1
View File
@@ -74,6 +74,7 @@ const bundles = {
key: 'winterQuests',
text: t('winterQuestsText'),
notes: t('winterQuestsNotes'),
addlNotes: t('evilSantaAddlNotes'),
bundleKeys: [
'evilsanta',
'evilsanta2',
+2
View File
@@ -262,6 +262,7 @@ const quests = {
},
text: t('questEvilSantaText'),
notes: t('questEvilSantaNotes'),
addlNotes: t('evilSantaAddlNotes'),
completion: t('questEvilSantaCompletion'),
value: 4,
category: 'pet',
@@ -288,6 +289,7 @@ const quests = {
},
text: t('questEvilSanta2Text'),
notes: t('questEvilSanta2Notes'),
addlNotes: t('evilSantaAddlNotes'),
completion: t('questEvilSanta2Completion'),
value: 4,
category: 'pet',