一键踢馆修改

This commit is contained in:
meixiongfeng 2023-04-19 11:45:47 +08:00
parent 99affaf831
commit 8d8e67c32a

View File

@ -413,7 +413,7 @@ func (this *Practice) CleanUpNpc(uid string) {
}
result.Refresh = configure.Now().Unix()
this.modelPandata.Change(uid, map[string]interface{}{ // 同步状态即可
model.Change(uid, map[string]interface{}{ // 同步状态即可
"npcstate": 3,
"refresh": result.Refresh,
})