mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 02:42:22 +01:00
oops I forgor about one thing 💀
This commit is contained in:
2
index.js
2
index.js
@@ -1769,7 +1769,7 @@ express.post("/fortnite/api/game/v2/profile/*/client/FortRerollDailyQuest", asyn
|
|||||||
Notifications.push({
|
Notifications.push({
|
||||||
"type": "dailyQuestReroll",
|
"type": "dailyQuestReroll",
|
||||||
"primary": true,
|
"primary": true,
|
||||||
"newQuestId": QuestIDS[randomNumber]
|
"newQuestId": QuestIDS[randomNumber].templateId
|
||||||
})
|
})
|
||||||
|
|
||||||
fs.writeFileSync(`./profiles/${req.query.profileId || "athena"}.json`, JSON.stringify(profile, null, 2));
|
fs.writeFileSync(`./profiles/${req.query.profileId || "athena"}.json`, JSON.stringify(profile, null, 2));
|
||||||
|
|||||||
Reference in New Issue
Block a user