fix potion scheduling

This commit is contained in:
Phillip Thelen
2024-04-08 18:18:44 +02:00
parent d7dc878b1c
commit 5c448188cf

View File

@@ -92,7 +92,7 @@ export const MONTHLY_SCHEDULE = {
type: 'premiumHatchingPotions', type: 'premiumHatchingPotions',
items: [ items: [
'Aurora', 'Aurora',
'Moonglow', 'Cupid',
'IcySnow', 'IcySnow',
], ],
}, },
@@ -139,7 +139,7 @@ export const MONTHLY_SCHEDULE = {
type: 'premiumHatchingPotions', type: 'premiumHatchingPotions',
items: [ items: [
'PolkaDot', 'PolkaDot',
'Cupid', 'Celestial',
'RoseGold', 'RoseGold',
], ],
}, },
@@ -381,7 +381,7 @@ export const MONTHLY_SCHEDULE = {
{ {
type: 'premiumHatchingPotions', type: 'premiumHatchingPotions',
items: [ items: [
'Celestial', 'Moonglow',
'SandCastle', 'SandCastle',
'Watery', 'Watery',
], ],