Merge pull request #64 from PRO100KatYT/main

Seasonal Quests for S16-S18 & Rift Tour
This commit is contained in:
Lawin0129
2022-02-16 01:39:33 +00:00
committed by GitHub
7 changed files with 25335 additions and 5 deletions

View File

@@ -4048,7 +4048,6 @@ express.post("/fortnite/api/game/v2/profile/*/client/PopulatePrerolledOffers", a
// do not change any of these or you will end up breaking it
var ApplyProfileChanges = [];
var Notifications = [];
var BaseRevision = profile.rvn || 0;
var QueryRevision = req.query.rvn || -1;
var StatChanged = false;
@@ -4107,7 +4106,6 @@ express.post("/fortnite/api/game/v2/profile/*/client/PopulatePrerolledOffers", a
"profileId": req.query.profileId || "campaign",
"profileChangesBaseRevision": BaseRevision,
"profileChanges": ApplyProfileChanges,
"notifications": Notifications,
"profileCommandRevision": profile.commandRevision || 0,
"serverTime": new Date().toISOString(),
"responseVersion": 1