We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 180836e commit 5f8470fCopy full SHA for 5f8470f
src/TibiaHousesHouseV3.go
@@ -44,9 +44,9 @@ type HouseStatus struct {
44
type House struct {
45
Houseid int `json:"houseid"`
46
World string `json:"world"`
47
- Town string `json:"town"`
+ Town string `json:"town,omitempty"`
48
Name string `json:"name"`
49
- Type string `json:"type"`
+ Type string `json:"type,omitempty"`
50
Beds int `json:"beds"`
51
Size int `json:"size"`
52
Rent int `json:"rent"`
0 commit comments