fix some quests scheduling

This commit is contained in:
Phillip Thelen
2024-04-24 16:31:09 +02:00
parent 4c51212315
commit daa296f2af

View File

@@ -218,7 +218,7 @@ export const MONTHLY_SCHEDULE = {
{ {
type: 'hatchingPotionQuests', type: 'hatchingPotionQuests',
items: [ items: [
'mossyStone', 'stone',
], ],
}, },
{ {
@@ -303,14 +303,14 @@ export const MONTHLY_SCHEDULE = {
items: [ items: [
'trex', 'trex',
'unicorn', 'unicorn',
'veolociraptor', 'velociraptor',
'hippo', 'hippo',
], ],
}, },
{ {
type: 'hatchingPotionQuests', type: 'hatchingPotionQuests',
items: [ items: [
'turquiose', 'turquoise',
], ],
}, },
{ {
@@ -360,12 +360,6 @@ export const MONTHLY_SCHEDULE = {
'fluorite', 'fluorite',
], ],
}, },
{
type: 'bundles',
items: [
'winterQuests',
],
},
{ {
type: 'bundles', type: 'bundles',
items: [ items: [