feat(content): re-enable Farm Friends bundle

This commit is contained in:
Sabe Jones
2019-08-08 15:47:33 -05:00
parent e2385bd1fd
commit 41782b2157
7 changed files with 21 additions and 19 deletions

View File

@@ -106,7 +106,7 @@ api.bundles = {
'sheep',
],
canBuy () {
return moment().isBetween('2017-09-12', '2017-10-07');
return moment().isBetween('2019-08-08', '2019-09-02');
},
type: 'quests',
value: 7,