diff --git a/wowgd/creature.go b/wowgd/creature.go index a4288e0..560f2c7 100644 --- a/wowgd/creature.go +++ b/wowgd/creature.go @@ -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"` }