From a822357ddb26f3a99740ebef2d6a2b6d168773f3 Mon Sep 17 00:00:00 2001 From: "Shane A. Jeffery" <69131241+shaneajeffery@users.noreply.github.com> Date: Wed, 17 Apr 2024 04:11:25 -0700 Subject: [PATCH] ID added (#72) --- wowgd/creature.go | 1 + 1 file changed, 1 insertion(+) 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"` }