From db9769e37b8e3c5f5a5346e9e4fb17c89614100b Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期三, 20 三月 2019 17:27:49 +0800 Subject: [PATCH] 6374 【后端】【2.0】删除无用功能代码、封包、配置(删除修复代码) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 16 +++------------- 1 files changed, 3 insertions(+), 13 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index 937cfae..4a1e0f4 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -3464,7 +3464,6 @@ Def_PDict_DailyGoldChargeState = "DailyGoldChargeState" # 天天首充活动状态,0-未开启;1-已开启 Def_PDict_DailyChargeState = "DailyChargeState" # 当日是否已充值 Def_PDict_SuperGiftStartTime = "SuperGiftStartTime" # 超值礼包开始时间 -Def_PDict_SuperGiftHasOpen = "SuperGiftHasOpen" # 超值礼包是否开过 Def_PDict_DailyGoldChargePrizeRecord = "DailyGoldChargePrizeRecord" # 天天首充领奖记录,0-不可领;1-可领;2-已领 Def_PDict_DailyGoldChargeCnt = "DailyGoldChargeCnt" # 当日已充值数 Def_PDict_IsReBorn = "Def_PDict_IsReBorn" # 是否回城复活 @@ -4594,18 +4593,9 @@ } #版本修正标记, 使用key格式 Def_Player_Dict_VersionFix -( -Def_VerFix_ChatBubbleBox, # 1.2版本购买VIP礼包可获得激活气泡框道具,针对已购买过VIP礼包的老号处理; -Def_VerFix_CTGDoublePrize, # 1.2版本开放首充双倍,重置老号充值ID对应累计充值次数; -Def_VerFix_RuneSource, # 修复老号双属性符印的获取途径; -Def_VerFix_FMTDouble, # 1.3版本VIP特权变更,记录切换版本前的VIP特权(封魔坛双倍挑战); -Def_VerFix_SuperGift, # 超值礼包开启变更,原领取首充开启,改成等级到开启; -Def_VerFix_Horse, # 坐骑等级上限修改,对应技能触发修改; -Def_VerFix_Pet, # 灵宠等级上限修改,对应技能触发修改; -Def_VerFix_AddPoint, # 老号属性点修复; -Def_VerFix_GodWeaponItem, # 1.5删除中级神兵石; -Def_VerFix_ZXTower, # 诛仙塔奖励变更补偿; -) = range(10) +#( +# +#) = range(0) ##================================================================================================== #游戏消费点类型定义 -- Gitblit v1.8.0