mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 02:42:22 +01:00
Added the STW Storm King's Domain zone for S11
This commit is contained in:
@@ -408,32 +408,37 @@ express.get("/fortnite/api/calendar/v1/timeline", async (req, res) => {
|
||||
}
|
||||
|
||||
if (memory.build < 11.3) {
|
||||
activeEvents.push(
|
||||
{
|
||||
"eventType": "EventFlag.Season11.Fortnitemares.Quests.Phase1",
|
||||
"activeUntil": "9999-01-01T00:00:00.000Z",
|
||||
"activeSince": "2020-01-01T00:00:00.000Z"
|
||||
},
|
||||
{
|
||||
"eventType": "EventFlag.Season11.Fortnitemares.Quests.Phase2",
|
||||
"activeUntil": "9999-01-01T00:00:00.000Z",
|
||||
"activeSince": "2020-01-01T00:00:00.000Z"
|
||||
},
|
||||
{
|
||||
"eventType": "EventFlag.Season11.Fortnitemares.Quests.Phase3",
|
||||
"activeUntil": "9999-01-01T00:00:00.000Z",
|
||||
"activeSince": "2020-01-01T00:00:00.000Z"
|
||||
},
|
||||
{
|
||||
"eventType": "EventFlag.Season11.Fortnitemares.Quests.Phase4",
|
||||
"activeUntil": "9999-01-01T00:00:00.000Z",
|
||||
"activeSince": "2020-01-01T00:00:00.000Z"
|
||||
},
|
||||
{
|
||||
"eventType": "EventFlag.StormKing.Landmark",
|
||||
"activeUntil": "9999-01-01T00:00:00.000Z",
|
||||
"activeSince": "2020-01-01T00:00:00.000Z"
|
||||
})
|
||||
if (memory.build >= 11.01) {
|
||||
activeEvents.push(
|
||||
{
|
||||
"eventType": "EventFlag.Season11.Fortnitemares.Quests.Phase1",
|
||||
"activeUntil": "9999-01-01T00:00:00.000Z",
|
||||
"activeSince": "2020-01-01T00:00:00.000Z"
|
||||
})
|
||||
}
|
||||
if (memory.build >= 11.10) {
|
||||
activeEvents.push(
|
||||
{
|
||||
"eventType": "EventFlag.Season11.Fortnitemares.Quests.Phase2",
|
||||
"activeUntil": "9999-01-01T00:00:00.000Z",
|
||||
"activeSince": "2020-01-01T00:00:00.000Z"
|
||||
},
|
||||
{
|
||||
"eventType": "EventFlag.Season11.Fortnitemares.Quests.Phase3",
|
||||
"activeUntil": "9999-01-01T00:00:00.000Z",
|
||||
"activeSince": "2020-01-01T00:00:00.000Z"
|
||||
},
|
||||
{
|
||||
"eventType": "EventFlag.Season11.Fortnitemares.Quests.Phase4",
|
||||
"activeUntil": "9999-01-01T00:00:00.000Z",
|
||||
"activeSince": "2020-01-01T00:00:00.000Z"
|
||||
},
|
||||
{
|
||||
"eventType": "EventFlag.StormKing.Landmark",
|
||||
"activeUntil": "9999-01-01T00:00:00.000Z",
|
||||
"activeSince": "2020-01-01T00:00:00.000Z"
|
||||
})
|
||||
}
|
||||
} else {
|
||||
activeEvents.push(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user