Skip to content

Commit

Permalink
Add Parent Category for Achievement Category (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneajeffery authored Apr 20, 2024
1 parent 14706c1 commit 04a5886
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions wowgd/achievement.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 53,13 @@ type AchievementCategory struct {
Name string `json:"name"`
ID int `json:"id"`
} `json:"subcategories"`
ParentCategory struct {
Key struct {
Href string `json:"href"`
} `json:"key"`
Name string `json:"name"`
ID int `json:"id"`
} `json:"parent_category"`
IsGuildCategory bool `json:"is_guild_category"`
AggregatesByFaction struct {
Alliance struct {
Expand Down

0 comments on commit 04a5886

Please sign in to comment.