Skip to content

Commit

Permalink
archeo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raph6 committed May 3, 2023
1 parent dc2649e commit 5465638
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions professions.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ type Professions struct {
Name string `json:"name"`
} `json:"tier"`
} `json:"tiers"`
SkillPoints float64 `json:"skill_points"`
MaxSkillPoints float64 `json:"max_skill_points"`
} `json:"secondaries"`
}

Expand Down

0 comments on commit 5465638

Please sign in to comment.