This commit is contained in:
Vlyan
2023-04-05 14:11:44 +02:00
parent 87096ab286
commit 67b7601fa1
4 changed files with 5 additions and 3 deletions

View File

@@ -308,7 +308,7 @@ export class DicePickerDialog extends FormApplication {
name: "",
};
this.skillCatId = CONFIG.l5r5e.skills.get(skillId);
this.skillCatId = CONFIG.l5r5e.skills.get(skillId);// TODO refacto avec les skill items
}
/**