Add some of v30.40 STW additions

This commit is contained in:
PRO100KatYT
2024-08-06 16:02:51 +02:00
parent 876ddec574
commit 63b9f645ca
2 changed files with 68 additions and 1 deletions

View File

@@ -1604,7 +1604,8 @@ express.get("/fortnite/api/calendar/v1/timeline", async (req, res) => {
"EventFlag.Spring2019.Phase2",
"EventFlag.Starlight",
"EventFlag.StormKing.Landmark",
"EventFlag.YarrrTwo"
"EventFlag.STWOutlandish",
"EventFlag.YarrrTwo",
]
var activeEventsSet = new Set(activeEvents.map(e => e.eventType));