diff --git a/def.go b/def.go index 67e2f64..4cf34c2 100644 --- a/def.go +++ b/def.go @@ -100,7 +100,7 @@ type ChatWarsItem struct { ObjID64 int64 `json:"obj_id"` ItemTypeID int64 `json:"item_type_id"` Code string `json:"code"` - Names []string `json:"name"` + Names []string `json:"names"` Weight int64 `json:"weight"` Exchange string `json:"exchange"` Auction bool `json:"auction"`