We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ccd563e + 6166802 commit 8dffdabCopy full SHA for 8dffdab
1 file changed
src/stats/dungeons.js
@@ -129,7 +129,7 @@ export async function getDungeons(userProfile) {
129
};
130
131
output.classes.classes[className].level.rank = await getLeaderboardPosition(
132
- `dungeons_class_${className}_xp`,
+ `dungeons_${className}_class_xp`,
133
data.experience,
134
);
135
0 commit comments