diff --git a/obj.go b/obj.go index 32fb88d..6dd9fc9 100644 --- a/obj.go +++ b/obj.go @@ -672,6 +672,7 @@ func addObjItem(code string, name string, itemTypeID64 int64, weight int, exchan c := new(ChatWarsItem) c.ObjID64 = objId + c.ItemTypeID = itemTypeID64 c.Code = code c.Name = name c.Weight = weight