renamed tables for a name more matching the purpose

This commit is contained in:
2026-01-12 16:36:35 +01:00
parent f83faad432
commit 5e7acb8099
15 changed files with 389 additions and 152 deletions
@@ -335,7 +335,7 @@ func PopulateClassLearningPointsData() error {
continue
}
learningPoints := ClassLearningPoints{
learningPoints := ClassCategoryLearningPoints{
CharacterClassID: charClass.ID,
SkillCategoryID: category.ID,
Points: points,