fix
This commit is contained in:
parent
c3be7cec2e
commit
391eaa8394
2
def.go
2
def.go
@ -184,8 +184,6 @@ type ChatWarsItem struct {
|
|||||||
Auction bool `json:"auction"`
|
Auction bool `json:"auction"`
|
||||||
Craftable bool `json:"craftable"`
|
Craftable bool `json:"craftable"`
|
||||||
Craft *ChatWarsItemCraft `json:"craft"`
|
Craft *ChatWarsItemCraft `json:"craft"`
|
||||||
Quality string `json:"-"`
|
|
||||||
Modifiers string `json:"-"`
|
|
||||||
Classes []ChatWarsClass `json:"-"`
|
Classes []ChatWarsClass `json:"-"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user