@rpg-engine/long-bow 0.8.79 → 0.8.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -36693,7 +36693,7 @@ var SkillsContainer = function SkillsContainer(_ref) {
36693
36693
  bgColor: skillCategoryColor,
36694
36694
  level: skillDetails.level || 0,
36695
36695
  skillPoints: Math.round(skillDetails.skillPoints) || 0,
36696
- skillPointsToNextLevel: Math.round(skillDetails.skillPointsToNextLevel) || 0,
36696
+ skillPointsToNextLevel: Math.round(shared.getSPForLevel(skillDetails.level + 1)) || 0,
36697
36697
  texturePath: value,
36698
36698
  atlasIMG: atlasIMG,
36699
36699
  atlasJSON: atlasJSON,