Skip to content

Commit

Permalink
Add missing renown level (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneajeffery authored Apr 14, 2024
1 parent 5c3cd27 commit dfcdbde
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions wowp/characterReputations.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit dfcdbde

Please sign in to comment.