feat(content): enable Splashy Pals Bundle

This commit is contained in:
Sabe Jones
2019-07-17 14:20:21 -05:00
parent f82c93a9ec
commit 61c78355bd
6 changed files with 20 additions and 24 deletions

View File

@@ -90,7 +90,7 @@ api.bundles = {
'whale',
],
canBuy () {
return moment().isBetween('2017-07-11', '2017-08-02');
return moment().isBetween('2019-07-17', '2019-08-02');
},
type: 'quests',
class: 'quest_bundle_splashyPals',