diff --git a/website/common/script/content/appearance/sets.js b/website/common/script/content/appearance/sets.js index 942b70f2ad..a5b61c3a26 100644 --- a/website/common/script/content/appearance/sets.js +++ b/website/common/script/content/appearance/sets.js @@ -18,7 +18,7 @@ export default prefill({ setPrice: 5, availableFrom: '2022-10-04T08:00-04:00', availableUntil: EVENTS.fall2022.end, text: t('hauntedColors'), }, winteryHairColors: { - setPrice: 5, availableFrom: '2021-12-23T08:00-05:00', availableUntil: EVENTS.winter2023.end, text: t('winteryColors'), + setPrice: 5, availableFrom: '2023-01-17T08:00-05:00', availableUntil: EVENTS.winter2023.end, text: t('winteryColors'), }, rainbowSkins: { setPrice: 5, text: t('rainbowSkins') }, animalSkins: { setPrice: 5, text: t('animalSkins') }, diff --git a/website/common/script/content/spells.js b/website/common/script/content/spells.js index b6f7e4bef7..2be4768dd1 100644 --- a/website/common/script/content/spells.js +++ b/website/common/script/content/spells.js @@ -435,7 +435,7 @@ spells.special = { target: 'user', notes: t('nyeCardNotes'), canOwn () { - return moment().isBetween('2021-12-30T08:00-04:00', '2022-01-02T20:00-04:00'); + return moment().isBetween('2022-12-28T08:00-05:00', '2023-01-02T20:00-05:00'); }, cast (user, target) { if (user === target) {