From 986ec09cbf6a7bf18dbd2ef89b3cd5c9e7684c65 Mon Sep 17 00:00:00 2001 From: CuriousMagpie Date: Thu, 7 Mar 2024 12:32:24 -0500 Subject: [PATCH] update(content): add Rogue off-hand string, canonical dates --- website/common/script/content/constants/events.js | 4 ++-- website/common/script/content/gear/sets/special/index.js | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/website/common/script/content/constants/events.js b/website/common/script/content/constants/events.js index c6d03559020..73fa138e21a 100644 --- a/website/common/script/content/constants/events.js +++ b/website/common/script/content/constants/events.js @@ -16,8 +16,8 @@ export const EVENTS = { npcImageSuffix: '', }, spring2024: { - start: '2024-03-21T08:00-05:00', - end: '2024-04-30T23:59-05:00', + start: '2024-03-21T00:00-04:00', + end: '2024-04-30T23:59-04:00', npcImageSuffix: '_spring', season: 'spring', gear: true, diff --git a/website/common/script/content/gear/sets/special/index.js b/website/common/script/content/gear/sets/special/index.js index bab073e0808..611a4953288 100644 --- a/website/common/script/content/gear/sets/special/index.js +++ b/website/common/script/content/gear/sets/special/index.js @@ -3011,6 +3011,8 @@ const shield = { }, spring2024Rogue: { set: 'spring2024MeltingSnowRogueSet', + text: t('shieldSpecialSpring2024RogueText'), + notes: t('shieldSpecialSpring2024RogueNotes', { str: 8 }), }, };