Skip to content

Commit

Permalink
Adding Missing ID for Creature Displays (#71)
Browse files Browse the repository at this point in the history
* Adding ID

* Added it for mounts as well
  • Loading branch information
shaneajeffery authored Apr 16, 2024
1 parent dfcdbde commit 0c26807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions wowcgd/creature.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ type Creature struct {
Key struct {
Href string `json:"href"`
} `json:"key"`
ID int `json:"id"`
} `json:"creature_displays"`
IsTameable bool `json:"is_tameable"`
}
Expand Down
1 change: 1 addition & 0 deletions wowgd/mount.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ type Mount struct {
Key struct {
Href string `json:"href"`
} `json:"key"`
ID int `json:"id"`
} `json:"creature_displays"`
Description string `json:"description"`
Source struct {
Expand Down

0 comments on commit 0c26807

Please sign in to comment.