From 16abecd38712b22026a85e1119f2f4c38d89a00f Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 17 一月 2020 14:45:18 +0800 Subject: [PATCH] 8364 【恺英】【后端】快速完成秘境探索增加完成提示 --- ServerPython/db/PyMongoDataServer/GMToolLogicProcess/Commands/GMT_ForbidTalk.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ServerPython/db/PyMongoDataServer/GMToolLogicProcess/Commands/GMT_ForbidTalk.py b/ServerPython/db/PyMongoDataServer/GMToolLogicProcess/Commands/GMT_ForbidTalk.py index 0b082f6..a22c99a 100644 --- a/ServerPython/db/PyMongoDataServer/GMToolLogicProcess/Commands/GMT_ForbidTalk.py +++ b/ServerPython/db/PyMongoDataServer/GMToolLogicProcess/Commands/GMT_ForbidTalk.py @@ -98,6 +98,7 @@ # 设置玩家账号状态 dbPlayer.AccState = dbPlayer.AccState|pow(2, GMCommon.Def_PysForbidTalk) + dbPlayer.ExAttr17 = dbPlayer.AccState dbPlayer.adoUpdateC(collection) # 记录流向 -- Gitblit v1.8.0