Skip to content

Commit

Permalink
add GuildID back in, thanks @kochd
Browse files Browse the repository at this point in the history
  • Loading branch information
phendryx committed Oct 23, 2023
1 parent a76d272 commit 65e41d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/operation_join.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ type operationJoinResponse struct {
CharacterID lib.CharacterID `mapstructure:"1"`
CharacterName string `mapstructure:"2"`
Location string `mapstructure:"8"`
GuildID lib.CharacterID `mapstructure:"51"`
GuildName string `mapstructure:"56"`
}

Expand Down

0 comments on commit 65e41d0

Please sign in to comment.