feat(event): Winter Wonderland complete

This commit is contained in:
Sabe Jones
2015-12-18 15:48:14 -05:00
parent 6ed9133f70
commit 493ae6f26a
49 changed files with 5718 additions and 5490 deletions

View File

@@ -1590,7 +1590,7 @@ api.quests = {
},
evilsanta: {
canBuy: (function() {
return false;
return true;
}),
text: t('questEvilSantaText'),
notes: t('questEvilSantaNotes'),
@@ -1616,7 +1616,7 @@ api.quests = {
},
evilsanta2: {
canBuy: (function() {
return false;
return true;
}),
text: t('questEvilSanta2Text'),
notes: t('questEvilSanta2Notes'),