From 96fa9c84f8e85dc6f09797d04887fab27ab997e3 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 05 三月 2025 15:26:38 +0800 Subject: [PATCH] 10413 【英文】【BT】【砍树】活动开服天新方案(支持以格式:K+开服天的配置方案,如K15代表开服第15天) --- ServerPython/db/PyMongoDataServer/GMToolLogicProcess/Commands/GMT_ForbidLogin.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ServerPython/db/PyMongoDataServer/GMToolLogicProcess/Commands/GMT_ForbidLogin.py b/ServerPython/db/PyMongoDataServer/GMToolLogicProcess/Commands/GMT_ForbidLogin.py index 23e2922..abb68bd 100644 --- a/ServerPython/db/PyMongoDataServer/GMToolLogicProcess/Commands/GMT_ForbidLogin.py +++ b/ServerPython/db/PyMongoDataServer/GMToolLogicProcess/Commands/GMT_ForbidLogin.py @@ -96,6 +96,7 @@ # 设置玩家账号状态 dbPlayer.AccState = dbPlayer.AccState|pow(2, GMCommon.Def_PysForbidByPy) + dbPlayer.ExAttr17 = dbPlayer.AccState dbPlayer.adoUpdateC(collection) # 记录流向 -- Gitblit v1.8.0