diff --git a/obj.go b/obj.go index 840e159..b049e99 100644 --- a/obj.go +++ b/obj.go @@ -729,7 +729,7 @@ func loadObjItem() error { return err } - if v, ok := cacheObjItem.Load(intl_id); ok { + if _, ok := cacheObjItem.Load(intl_id); !ok { c := new(ChatWarsItem) c.ObjID64 = id c.Code = intl_id