diff --git a/website/common/script/content/spells.js b/website/common/script/content/spells.js index 9d9748e08d..b6f7e4bef7 100644 --- a/website/common/script/content/spells.js +++ b/website/common/script/content/spells.js @@ -289,7 +289,7 @@ spells.special = { target: 'user', notes: t('spellSpecialSnowballAuraNotes'), canOwn () { - return moment().isBetween('2021-12-30T08:00-04:00', EVENTS.winter2022.end); + return moment().isBetween('2022-12-27T08:00-05:00', EVENTS.winter2023.end); }, cast (user, target, req) { if (!user.items.special.snowball) throw new NotAuthorized(t('spellNotOwned')(req.language));