update getObjMsg

This commit is contained in:
shoopea 2019-10-11 09:32:52 +08:00
parent df64c9da54
commit 336b9322f0

2
obj.go
View File

@ -155,6 +155,8 @@ func getObjMsg(objId int64) (*ChatWarsMessage, error) {
return m, err
}
m.ObjID64 = objId
cacheObjMsg.Store(objId, *m)
return m, nil