mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 02:42:22 +01:00
Add BR Item Shop and Item Shop Purchasing FIX
This commit is contained in:
1
index.js
1
index.js
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user