diff --git a/structure/timeline.js b/structure/timeline.js index 4a5be79..db36ddc 100644 --- a/structure/timeline.js +++ b/structure/timeline.js @@ -1077,6 +1077,11 @@ express.get("/fortnite/api/calendar/v1/timeline", async (req, res) => { "eventType": "EventFlag.LTE_WinterFestTab", "activeUntil": "9999-01-01T00:00:00.000Z", "activeSince": "2020-01-01T00:00:00.000Z" + }, + { + "eventType": "WF_GUFF_AVAIL", + "activeUntil": "9999-01-01T00:00:00.000Z", + "activeSince": "2020-01-01T00:00:00.000Z" }) }