gsm skill DB methods

fixed field name typo Initialkeitswert
This commit is contained in:
2025-01-18 20:59:35 +01:00
parent b27d511e13
commit 358e89b47d
6 changed files with 84 additions and 69 deletions
+2 -2
View File
@@ -27,9 +27,9 @@ func CheckSkill(fertigkeit *Fertigkeit, autocreate bool) (*gsmaster.Skill, error
stammF.Beschreibung = fertigkeit.Beschreibung
}
if fertigkeit.Fertigkeitswert < 12 {
stammF.Initialkeitswert = 5
stammF.Initialwert = 5
} else {
stammF.Initialkeitswert = 12
stammF.Initialwert = 12
}
stammF.Bonuseigenschaft = "keine"
stammF.Quelle = fertigkeit.Quelle