From 1e6cef052d81f78ff9834e55d9b0dfa4e03fdf62 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期一, 20 五月 2024 18:00:48 +0800 Subject: [PATCH] 0312 取名屏蔽被拒绝问题 --- ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMCommon.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMCommon.py b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMCommon.py index e4427d0..0fb4e60 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMCommon.py +++ b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMCommon.py @@ -81,6 +81,7 @@ Def_GMKey_PlayerName = 'playerName' Def_GMKey_PlayerAccID = 'accID' Def_GMKey_FamilyName = 'familyName' +Def_GMKey_FamilyID = 'familyID' Def_GMKey_PackIndex = 'packIndex' Def_GMKey_IP = 'IP' Def_GMKey_QueryType = 'queryType' -- Gitblit v1.8.0