Skip to content

Commit

Permalink
feat(events): edit images to match banner rate ups
Browse files Browse the repository at this point in the history
  • Loading branch information
Luzefiru authored Jul 21, 2024
1 parent acd703d commit d0f307b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,21 @@ const rawEvents: { banners: Event[]; activities: Event[] } = {
},
{
name: 'Stellar Plummage - Changli Banner',
img: 'https://snipboard.io/VlJ2EM.jpg',
img: 'https://snipboard.io/1C0Pad.jpg',
startDate: '2024-07-22 10:00',
endDate: '2024-08-14 11:59',
color: '#88302d',
url: 'https://wutheringwaves.kurogames.com/en/main/news/detail/975',
url: 'https://x.com/Wuthering_Waves/status/1814858069966553374',
reliability: 'Official',
group: 0,
},
{
name: 'Absolute Pulsation - Changli Weapon Banner',
img: 'https://snipboard.io/tsbezS.jpg',
img: 'https://snipboard.io/iv6RHT.jpg',
startDate: '2024-07-22 10:00',
endDate: '2024-08-14 11:59',
color: '#ee8548',
url: 'https://wutheringwaves.kurogames.com/en/main/news/detail/975',
url: 'https://x.com/Wuthering_Waves/status/1814861986544693558',
reliability: 'Official',
group: 1,
},
Expand Down

0 comments on commit d0f307b

Please sign in to comment.