From cfbcbccc706fe1b4bc818b2a613c19afbf70c8ec Mon Sep 17 00:00:00 2001 From: Lawin0129 <56766256+Lawin0129@users.noreply.github.com> Date: Sun, 21 Nov 2021 22:39:08 +0000 Subject: [PATCH] Add BR Item Shop and Item Shop Purchasing FIX --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 726376f..287adcc 100644 --- a/index.js +++ b/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;