Spell migriert

This commit is contained in:
2025-07-27 23:50:19 +02:00
parent c5484432dc
commit 40835e02a7
18 changed files with 112 additions and 97 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ func TestGetMasterData(t *testing.T) {
type dtaStruct struct {
Skills []models.Skill `json:"skills"`
Weaponskills []models.WeaponSkill `json:"weaponskills"`
Spell []gsmaster.Spell `json:"spells"`
Spell []models.Spell `json:"spells"`
Equipment []gsmaster.Equipment `json:"equipment"`
Weapons []gsmaster.Weapon `json:"weapons"`
}