This commit is contained in:
shoopea 2019-06-25 17:42:12 +08:00
parent af51f5ec9b
commit 29458c984d

2
obj.go
View File

@ -729,7 +729,7 @@ func loadObjItem() error {
return err return err
} }
if v, ok := cacheObjItem.Load(intl_id); ok { if _, ok := cacheObjItem.Load(intl_id); !ok {
c := new(ChatWarsItem) c := new(ChatWarsItem)
c.ObjID64 = id c.ObjID64 = id
c.Code = intl_id c.Code = intl_id