From 549dc6df101d84e373bc751b8155cbb466d59707 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 16 十月 2025 14:44:53 +0800 Subject: [PATCH] 66 【公会】基础主体-服务端(搜索结果A523增加名次信息;) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index 4ddee20..8b1c571 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -3315,11 +3315,7 @@ Def_Player_Dict_HasVIPClubNote = 'HasVIPClubNote_186' # 是否提示过vip升级可加入贵宾俱乐部信息 Def_Player_Dict_PyPlayerAction = 'PyPlayerAction_187' # py自定义玩家状态 Def_Player_Dict_FamilyLV = 'FamilyLV_189' # 玩家帮会等级 -Def_Player_UpdatePlayerNameCnt = "UpdatePlayerNameCnt_196" # 角色改名次数 -Def_Player_Dict_UpdatePlayerNameItemIndex = "UpdatePlayerNameItemIndex_198" # 改名物品在背包的位置 -Def_Player_Dict_UpdatePlayerName = "UpdatePlayerName_199" # 改名锁 -Def_Player_Dict_UpdateFamilyNameItemIndex = "UpdateFamilyNameItemIndex" # 改名物品在背包的位置 -Def_Player_Dict_UpdateFamilyName = "UpdateFamilyName" # 改名锁 +Def_Player_Rename = "Rename" # 是否已改名过 Def_Player_Dict_FamilyZhenbaogeCut = "FamilyZhenbaogeCut" #珍宝阁今日是否已砍过价 Def_Player_Dict_FamilyZhenbaogeBuy = "FamilyZhenbaogeBuy" #珍宝阁今日是否已购买过 Def_Player_Dict_FamilyDonateCnt = "FamilyDonateCnt_%s" # 仙盟今日捐献次数,参数(捐献类型) -- Gitblit v1.8.0