Added the Winterfest Guff Present EventFlag

This commit is contained in:
PRO100KatYT
2022-12-25 19:51:59 +01:00
parent b811be6769
commit cab65d8406

View File

@@ -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"
})
}