From 8b9b79db8ec57d2fb195632969006f21f658d3eb Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Mon, 1 Apr 2024 19:04:57 -0500 Subject: [PATCH] fix(potions): remove EVENT --- website/common/script/content/hatching-potions.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/website/common/script/content/hatching-potions.js b/website/common/script/content/hatching-potions.js index e4184126ca..cb91f7d700 100644 --- a/website/common/script/content/hatching-potions.js +++ b/website/common/script/content/hatching-potions.js @@ -400,13 +400,9 @@ const premium = { value: 2, text: t('hatchingPotionRoseGold'), limited: true, - event: EVENTS.potions202402, _addlNotes: t('eventAvailability', { date: t('dateEndFebruary'), }), - canBuy () { - return moment().isBetween(EVENTS.potions202402.start, EVENTS.potions202402.end); - }, }, };