Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkIntaqt committed Feb 11, 2024
1 parent 33c88ab commit 01269b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/module/user/statsCalculateTotalPoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ export default function statsCalculateTotalPoints(challenges) {
tiers[config.tiers[i]] = 0
}

console.log("-----");
// console.log("-----");

for (let i = 0; i < challenges.length; i++) {
const challenge = challenges[i];

if (challenge[0] > 10
&& challenge[6].parent !== "0" // summoner level challenge
&& challenge[6].parent !== "0" // all legacy
&& challenge[8] !== 2022000 // 2022 capstone
&& challenge[8] !== 2023000 // 2023 capstone
&& challenge[8] !== 601000 // arena capstone
Expand Down

0 comments on commit 01269b2

Please sign in to comment.