mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 02:42:22 +01:00
Added Winterfest 2022
This commit is contained in:
@@ -308,7 +308,7 @@ express.post("/fortnite/api/game/v2/profile/*/client/PurchaseHomebaseNode", asyn
|
||||
res.end();
|
||||
});
|
||||
|
||||
// Open Winterfest presents (11.31 & 19.01)
|
||||
// Open Winterfest presents (11.31, 19.01 & 23.10)
|
||||
express.post("/fortnite/api/game/v2/profile/*/client/UnlockRewardNode", async (req, res) => {
|
||||
const profile = require(`./../profiles/${req.query.profileId || "athena"}.json`);
|
||||
const common_core = require("./../profiles/common_core.json");
|
||||
|
||||
@@ -1066,6 +1066,20 @@ express.get("/fortnite/api/calendar/v1/timeline", async (req, res) => {
|
||||
})
|
||||
}
|
||||
|
||||
if (memory.build == 23.10) {
|
||||
activeEvents.push(
|
||||
{
|
||||
"eventType": "EventFlag.LTE_WinterFest",
|
||||
"activeUntil": "9999-01-01T00:00:00.000Z",
|
||||
"activeSince": "2020-01-01T00:00:00.000Z"
|
||||
},
|
||||
{
|
||||
"eventType": "EventFlag.LTE_WinterFestTab",
|
||||
"activeUntil": "9999-01-01T00:00:00.000Z",
|
||||
"activeSince": "2020-01-01T00:00:00.000Z"
|
||||
})
|
||||
}
|
||||
|
||||
if (config.Profile.bAllSTWEventsActivated == true) {
|
||||
var Events = [
|
||||
"EventFlag.Blockbuster2018",
|
||||
|
||||
Reference in New Issue
Block a user