Skip to content

Commit

Permalink
char reputation add RenownLevel
Browse files Browse the repository at this point in the history
  • Loading branch information
raph6 committed Dec 13, 2023
1 parent 5465638 commit 539f25e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions reputations.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@ type Reputations struct {
Id float64 `json:"id"`
} `json:"faction"`
Standing struct {
Raw float64 `json:"raw"`
Value float64 `json:"value"`
Max float64 `json:"max"`
Tier float64 `json:"tier"`
Name string `json:"name"`
Raw float64 `json:"raw"`
Value float64 `json:"value"`
Max float64 `json:"max"`
Tier float64 `json:"tier"`
Name string `json:"name"`
RenownLevel int64 `json:"renown_level"`
} `json:"standing"`
} `json:"reputations"`
Links struct {
Expand Down

0 comments on commit 539f25e

Please sign in to comment.