feat(content): add September pet quest bundle

This commit is contained in:
CuriousMagpie
2023-08-29 16:59:05 -04:00
parent d8a7cad1a1
commit 941194b7c7
3 changed files with 11 additions and 7 deletions

View File

@@ -45,19 +45,19 @@ const featuredItems = {
];
},
quests () {
if (moment().isBetween(EVENTS.bundle202308.start, EVENTS.bundle202308.end)) {
if (moment().isBetween(EVENTS.bundle202309.start, EVENTS.bundle202309.end)) {
return [
{
type: 'bundles',
path: 'bundles.hugabug',
path: 'bundles.featheredFriends',
},
{
type: 'quests',
path: 'quests.octopus',
path: 'quests.pterodactyl',
},
{
type: 'quests',
path: 'quests.rock',
path: 'quests.trex',
},
];
}