From dc7aec0997dfbf1ce4e675e7a1b59545c855d2d8 Mon Sep 17 00:00:00 2001 From: shoopea Date: Fri, 23 Aug 2019 18:31:43 +0800 Subject: [PATCH] fix items cache --- obj.go | 1 + 1 file changed, 1 insertion(+) 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