case rename 1

This commit is contained in:
PRO100KatYT
2023-12-24 10:06:02 +01:00
parent 93a83f1209
commit 7ed504390b
4 changed files with 2 additions and 2 deletions

View File

@@ -312,7 +312,7 @@ express.post("/fortnite/api/game/v2/profile/*/client/PurchaseHomebaseNode", asyn
express.post("/fortnite/api/game/v2/profile/*/client/UnlockRewardNode", async (req, res) => { express.post("/fortnite/api/game/v2/profile/*/client/UnlockRewardNode", async (req, res) => {
const profile = require(`./../profiles/${req.query.profileId || "athena"}.json`); const profile = require(`./../profiles/${req.query.profileId || "athena"}.json`);
const common_core = require("./../profiles/common_core.json"); const common_core = require("./../profiles/common_core.json");
const WinterFestIDS = require("./../responses/Athena/winterfestrewards.json"); const WinterFestIDS = require("./../responses/Athena/winterfestRewards.json");
const memory = functions.GetVersionInfo(req); const memory = functions.GetVersionInfo(req);
// do not change any of these or you will end up breaking it // do not change any of these or you will end up breaking it
@@ -1455,7 +1455,7 @@ express.post("/fortnite/api/game/v2/profile/*/client/IncrementNamedCounterStat",
// Claim STW daily reward // Claim STW daily reward
express.post("/fortnite/api/game/v2/profile/*/client/ClaimLoginReward", async (req, res) => { express.post("/fortnite/api/game/v2/profile/*/client/ClaimLoginReward", async (req, res) => {
const profile = require(`./../profiles/${req.query.profileId || "campaign"}.json`); const profile = require(`./../profiles/${req.query.profileId || "campaign"}.json`);
const DailyRewards = require("./../responses/Campaign/dailyrewards.json"); const DailyRewards = require("./../responses/Campaign/dailyRewards.json");
const memory = functions.GetVersionInfo(req); const memory = functions.GetVersionInfo(req);
// do not change any of these or you will end up breaking it // do not change any of these or you will end up breaking it