Fix competence base

This commit is contained in:
sladecraven 2021-03-25 17:52:02 +01:00
parent c16101428a
commit 8d42871988
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ export class RdDItemCompetence extends Item {
return categorieCompetences;
}
static getNiveauBase(category) {
return categorieCompetences[category].level;
return categorieCompetences[category].base;
}
static getLabelCategorie(category) {
return categorieCompetences[category].label;