From cab65d8406c4714c6392cb88468d66f16e535139 Mon Sep 17 00:00:00 2001 From: PRO100KatYT <67335438+PRO100KatYT@users.noreply.github.com> Date: Sun, 25 Dec 2022 19:51:59 +0100 Subject: [PATCH] Added the Winterfest Guff Present EventFlag --- structure/timeline.js | 5 +++++ 1 file changed, 5 insertions(+) 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" }) }