Merge branch 'master' of https://repositories.action2quare.com/dominick/GameServer
This commit is contained in:
@ -345,7 +345,6 @@ func (tx *transaction) UpdateCharInfo(charSlotId int32, raw map[string]interface
|
||||
options.FindOne().SetProjection(bson.M{"charInfo.$": 1}))
|
||||
|
||||
var info map[string]interface{}
|
||||
|
||||
if q == nil {
|
||||
info = raw
|
||||
info["slotId"] = charSlotId
|
||||
|
||||
Reference in New Issue
Block a user