oops I forgor about one thing 💀

This commit is contained in:
PRO100KatYT
2022-02-01 08:29:31 +01:00
parent ba2e100c39
commit 4c9282ea27

View File

@@ -1769,7 +1769,7 @@ express.post("/fortnite/api/game/v2/profile/*/client/FortRerollDailyQuest", asyn
Notifications.push({
"type": "dailyQuestReroll",
"primary": true,
"newQuestId": QuestIDS[randomNumber]
"newQuestId": QuestIDS[randomNumber].templateId
})
fs.writeFileSync(`./profiles/${req.query.profileId || "athena"}.json`, JSON.stringify(profile, null, 2));