This commit is contained in:
shoopea 2019-07-08 12:10:14 +08:00
parent 289fbd280e
commit 37c343a3f8

2
obj.go
View File

@ -735,7 +735,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