Skip to content

Commit

Permalink
feat: ToA
Browse files Browse the repository at this point in the history
  • Loading branch information
Luzefiru authored Dec 24, 2024
1 parent c31e0ee commit 1b3d432
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,26 +190,26 @@ const rawEvents: { banners: Event[]; activities: Event[] } = {
{
name: "Tower of Adversity: Hazard Revisited",
img: "https://snipboard.io/NnA3YO.jpg",
startDate: "2024-11-11 04:00",
endDate: "2024-11-25 04:00",
startDate: "2024-11-25 04:00",
endDate: "2024-12-09 04:00",
color: "#18235f",
reliability: "Official",
group: EVENT_GROUP.TOWER_OF_ADVERSITY,
},
{
name: "Tower of Adversity: Hazard Revisited",
img: "https://snipboard.io/NnA3YO.jpg",
startDate: "2024-11-25 04:00",
endDate: "2024-12-09 04:00",
startDate: "2024-12-09 04:00",
endDate: "2024-12-23 04:00",
color: "#18235f",
reliability: "Official",
group: EVENT_GROUP.TOWER_OF_ADVERSITY,
},
{
name: "Tower of Adversity: Hazard Revisited",
img: "https://snipboard.io/NnA3YO.jpg",
startDate: "2024-12-09 04:00",
endDate: "2024-12-23 04:00",
startDate: "2024-12-23 04:00",
endDate: "2025-01-06 04:00",
color: "#18235f",
reliability: "Official",
group: EVENT_GROUP.TOWER_OF_ADVERSITY,
Expand Down

0 comments on commit 1b3d432

Please sign in to comment.