From dfcdbde3f316f464cb7fb7b2025ab61004392e28 Mon Sep 17 00:00:00 2001 From: "Shane A. Jeffery" <69131241+shaneajeffery@users.noreply.github.com> Date: Sun, 14 Apr 2024 10:47:03 -0700 Subject: [PATCH] Add missing renown level (#70) --- wowp/characterReputations.go | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/wowp/characterReputations.go b/wowp/characterReputations.go index 4bba0f6..a516664 100644 --- a/wowp/characterReputations.go +++ b/wowp/characterReputations.go @@ -31,11 +31,12 @@ type CharacterReputationsSummary struct { ID int `json:"id"` } `json:"faction"` Standing struct { - Raw int `json:"raw"` - Value int `json:"value"` - Max int `json:"max"` - Tier int `json:"tier"` - Name string `json:"name"` + Raw int `json:"raw"` + Value int `json:"value"` + Max int `json:"max"` + Tier int `json:"tier"` + Name string `json:"name"` + RenownLevel int `json:"renownLevel"` } `json:"standing"` Paragon struct { Raw int `json:"raw"`