Skip to content

Commit

Permalink
update(content): add Rogue off-hand string, canonical dates
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousMagpie committed Mar 7, 2024
1 parent 9b7576e commit 986ec09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/common/script/content/constants/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 2 additions & 0 deletions website/common/script/content/gear/sets/special/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3011,6 +3011,8 @@ const shield = {
},
spring2024Rogue: {
set: 'spring2024MeltingSnowRogueSet',
text: t('shieldSpecialSpring2024RogueText'),
notes: t('shieldSpecialSpring2024RogueNotes', { str: 8 }),
},
};

Expand Down

0 comments on commit 986ec09

Please sign in to comment.