This commit is contained in:
김도한 [dominick]
2022-12-19 15:46:37 +09:00
2 changed files with 4 additions and 1 deletions

View File

@ -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