Skip to content

Commit

Permalink
yes
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckySoLucky committed Dec 15, 2024
1 parent 95a1db3 commit c34245c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/server/stats/leveling/leveling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@ export function getXpByLevel(
uncappedLevel,
levelWithProgress,
unlockableLevelWithProgress,
maxed
maxed,
texture: constants.SKILL_ICONS[extra.texture ?? extra.type]
// maxExperience
};
}

0 comments on commit c34245c

Please sign in to comment.