From bfb5388eb7f88dbd7438831909d94825ac384bfb Mon Sep 17 00:00:00 2001 From: Lawin0129 Date: Sun, 23 Jan 2022 15:21:27 +0000 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 3a819e7..28b2520 100644 --- a/index.js +++ b/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; } }