diff --git a/responses/Athena/winterfestrewards.json b/responses/Athena/winterfestRewards1.json similarity index 100% rename from responses/Athena/winterfestrewards.json rename to responses/Athena/winterfestRewards1.json diff --git a/responses/Campaign/cardpackData.json b/responses/Campaign/cardPackData1.json similarity index 100% rename from responses/Campaign/cardpackData.json rename to responses/Campaign/cardPackData1.json diff --git a/responses/Campaign/dailyrewards.json b/responses/Campaign/dailyRewards1.json similarity index 100% rename from responses/Campaign/dailyrewards.json rename to responses/Campaign/dailyRewards1.json diff --git a/structure/mcp.js b/structure/mcp.js index d4c8113..36a52fa 100644 --- a/structure/mcp.js +++ b/structure/mcp.js @@ -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) => { const profile = require(`./../profiles/${req.query.profileId || "athena"}.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); // 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 express.post("/fortnite/api/game/v2/profile/*/client/ClaimLoginReward", async (req, res) => { 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); // do not change any of these or you will end up breaking it