From d39ff53e09bcc062a1ea0e354541915377444fc1 Mon Sep 17 00:00:00 2001 From: shoopea Date: Mon, 22 Jul 2019 17:04:56 +0800 Subject: [PATCH] typo --- obj.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obj.go b/obj.go index 8957c0e..471b883 100644 --- a/obj.go +++ b/obj.go @@ -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 }