fix(events): revert missed sprite and quest availability

This commit is contained in:
Sabe Jones
2016-02-24 19:49:17 -05:00
parent d2a487aea1
commit 3270cbf89f
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 332 KiB

After

Width:  |  Height:  |  Size: 331 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

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