diff --git a/wowgd/achievement.go b/wowgd/achievement.go index 64e073b..bb69286 100644 --- a/wowgd/achievement.go +++ b/wowgd/achievement.go @@ -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 {