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:
4
index.js
4
index.js
@@ -1864,7 +1864,9 @@ express.post("/fortnite/api/game/v2/profile/*/client/ClientQuestLogin", async (r
|
|||||||
ShouldGiveQuest = false;
|
ShouldGiveQuest = false;
|
||||||
} else {
|
} else {
|
||||||
ShouldGiveQuest = true;
|
ShouldGiveQuest = true;
|
||||||
profile.stats.attributes.quest_manager.dailyQuestRerolls = 1;
|
if (profile.stats.attributes.quest_manager.dailyQuestRerolls < 0) {
|
||||||
|
profile.stats.attributes.quest_manager.dailyQuestRerolls += 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user