Add BR Item Shop and Item Shop Purchasing FIX

This commit is contained in:
Lawin0129
2021-11-21 22:39:08 +00:00
committed by GitHub
parent 8d713e1dca
commit cfbcbccc70

View File

@@ -3885,6 +3885,7 @@ express.post("/fortnite/api/game/v2/profile/*/client/PurchaseCatalogEntry", asyn
var Notifications = [];
var BaseRevision = profile.rvn || 0;
var CampaignBaseRevision = campaign.rvn || 0;
var AthenaBaseRevision = athena.rvn || 0;
var QueryRevision = req.query.rvn || -1;
var PurchasedLlama = false;
var AthenaModified = false;