This commit is contained in:
shoopea 2019-07-22 17:04:56 +08:00
parent 5e36169d7f
commit d39ff53e09

2
obj.go
View File

@ -600,7 +600,7 @@ func addObjItem(code string, name string, itemTypeID64 int64, weight int) (int64
if err != nil {
return 0, nil
} else {
cacheObjItem[name] = obj1
cacheObjItem[name] = obj
return obj.ObjID64, nil
}