From 5c448188cf5babd431e820d0734dccce8ba234ec Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Mon, 8 Apr 2024 18:18:44 +0200 Subject: [PATCH] fix potion scheduling --- website/common/script/content/constants/schedule.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/common/script/content/constants/schedule.js b/website/common/script/content/constants/schedule.js index 03ebc65d13..7ac0d05d33 100644 --- a/website/common/script/content/constants/schedule.js +++ b/website/common/script/content/constants/schedule.js @@ -92,7 +92,7 @@ export const MONTHLY_SCHEDULE = { type: 'premiumHatchingPotions', items: [ 'Aurora', - 'Moonglow', + 'Cupid', 'IcySnow', ], }, @@ -139,7 +139,7 @@ export const MONTHLY_SCHEDULE = { type: 'premiumHatchingPotions', items: [ 'PolkaDot', - 'Cupid', + 'Celestial', 'RoseGold', ], }, @@ -381,7 +381,7 @@ export const MONTHLY_SCHEDULE = { { type: 'premiumHatchingPotions', items: [ - 'Celestial', + 'Moonglow', 'SandCastle', 'Watery', ],