diff --git a/structure/mcp.js b/structure/mcp.js index 6184325..d8ad863 100644 --- a/structure/mcp.js +++ b/structure/mcp.js @@ -1123,6 +1123,10 @@ express.post("/fortnite/api/game/v2/profile/*/client/ClientQuestLogin", async (r if (config.Profile.bCompletedSeasonalQuests == true) { profile.items[ChallengeBundleID].attributes.num_quests_completed = ChallengeBundle.grantedquestinstanceids.length; profile.items[ChallengeBundleID].attributes.num_progress_quests_completed = ChallengeBundle.grantedquestinstanceids.length; + + if ((memory.season == 10 || memory.season == 11) && (ChallengeBundle.templateId.toLowerCase().includes("missionbundle_s10_0") || ChallengeBundle.templateId.toLowerCase() == "challengebundle:missionbundle_s11_stretchgoals2")) { + profile.items[ChallengeBundleID].attributes.level += 1; + } } ApplyProfileChanges.push({