feat(content): reenable Feathered Friends bundle

This commit is contained in:
Sabe Jones
2019-05-09 14:27:22 -05:00
parent c6a7ee3f56
commit 09e748bc92
5 changed files with 16 additions and 9 deletions

View File

@@ -70,7 +70,7 @@ api.bundles = {
'owl',
],
canBuy () {
return moment().isBetween('2017-05-16', '2017-05-31');
return moment().isBetween('2019-05-09', '2019-06-02');
},
type: 'quests',
class: 'quest_bundle_featheredFriends',