From 36d2a039e8fc31fd212ed381d843fafc43aa054b Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 30 五月 2025 11:27:44 +0800 Subject: [PATCH] 16 卡牌服务端(删除旧版交易所、拍卖行、答题等部分不需要内容;) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index 89ba876..38ae491 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -801,7 +801,6 @@ Def_SkillID_DoubleExp = -1 # 双倍经验系统中的双倍经验ID Def_SkillID_Justice = 11504 # 正义阵营 Def_SkillID_Evil = 11505 # 黑道阵营 -Def_SkillID_JoinExam = -1 # 答题Buff Def_SkillID_ActionWuDi = -1 # 活动无敌Buff Def_SkillID_ZhenQiRestore = -1 # 真气恢复加成BUFF Def_SkillTypeID_EfficientBattle = -1 #高效战斗类型ID,高效战斗buffID:49001~49008 @@ -3870,10 +3869,6 @@ Def_PDict_NewFCPartyAwardRecord = "NewFCPartyAwardRecord" #全民来嗨活动领奖记录 Def_PDict_NewFCCostGold = "NewFCCostGold" # 绝版降临总累计消费仙玉 -#绑玉转盘 -Def_PDict_BindJadeWheelCurCnt = "BindJadeWheelCurCnt" # 今日已转次数 -Def_PDict_BindJadeWheelHistoryCnt = "BindJadeWheelHistoryCnt" # 历史已转次数 - #限时抢购活动 Def_PDict_FlashSaleID = "FlashSaleID_%s" # 玩家身上的限时抢购活动ID,唯一标识,取活动开始日期time,参数(活动编号) Def_PDict_FlashSaleState = "FlashSaleState_%s" # 玩家身上的限时抢购活动state,参数(活动编号) @@ -4307,10 +4302,6 @@ Def_PDict_GFPassiveIndex = "GFP_%s_%s" # 被动功法 页数-索引 Def_PDict_GFPassivePage = "GFPPage" # 被动功法选中页数 - -# 我要太极 -Def_PDict_Dice_Result = "DiceResult" # 我要太极结果 -Def_PDict_Dice_FreeChangeCnt = "DiceFreeChangeCnt" # 我要太极免费改投次数 # 挂机收益 Def_PDict_GuajiCalcTime = "GuajiCalcTime" # 上次统计收益时间戳 -- Gitblit v1.8.0