Skip to content

Commit

Permalink
Merge pull request SkyCryptWebsite#2311 from SkyCryptWebsite/fix-dung…
Browse files Browse the repository at this point in the history
…eon-lbs

fix: dungeon class lbs not displaying
  • Loading branch information
Shiiyu authored Nov 4, 2024
2 parents ccd563e + 6166802 commit 8dffdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stats/dungeons.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export async function getDungeons(userProfile) {
};

output.classes.classes[className].level.rank = await getLeaderboardPosition(
`dungeons_class_${className}_xp`,
`dungeons_${className}_class_xp`,
data.experience,
);

Expand Down

0 comments on commit 8dffdab

Please sign in to comment.