mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 02:42:22 +01:00
Update index.js
This commit is contained in:
2
index.js
2
index.js
@@ -1864,7 +1864,7 @@ express.post("/fortnite/api/game/v2/profile/*/client/ClientQuestLogin", async (r
|
||||
ShouldGiveQuest = false;
|
||||
} else {
|
||||
ShouldGiveQuest = true;
|
||||
if (profile.stats.attributes.quest_manager.dailyQuestRerolls < 0) {
|
||||
if (profile.stats.attributes.quest_manager.dailyQuestRerolls <= 0) {
|
||||
profile.stats.attributes.quest_manager.dailyQuestRerolls += 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user