From 5ad2bd52bfbdf91a93ecf3a6c98c5e578edabb2b Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 26 三月 2019 17:18:50 +0800
Subject: [PATCH] 6373 【后端】【2.0】删除无用功能代码、封包、配置(页游天梯)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py |   16 ++--------------
 1 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
index f08f5e4..e3b5839 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
@@ -3484,15 +3484,6 @@
 Def_PDict_MysticalShopGoods = "MysticalShopGoods_%s"   # 神秘商店商品ID,索引
 Def_PDict_MysticalShopRefreshCnt = "MysticalShopRefreshCnt"   # 神秘商店已手动刷新次数
 Def_PDict_MysticalShopLVRefreshCnt = "MysticalShopLVRefreshCnt"   # 神秘商店等级段刷新次数
-Def_PDict_HighLadderFightCnt = "HighLadderFightCnt"   #天梯每日挑战次数记录
-Def_PDict_HighLadderAddCnt = "HighLadderAddCnt"       #天梯已购买次数
-Def_PDict_HighLadder_Currency = "HighLadderCurrency"   #天梯积分
-Def_PDict_HighLadder_DayRewardGot = "HighLadderDayRewardGot"   #天梯每日奖励是否已领取
-Def_PDict_HighLadder_CDTime = "HighLadderCDTime"             #天梯冷却时间
-Def_PDict_HighLadder_CDBeginTime = "HighLadderCDBeginTime"   #天梯冷却时间计时起点
-Def_PDict_HighLadder_IsRelCD = "HighLadderIsRelCD"           #天梯是否进入真正挑战冷却
-Def_PDict_HighLadder_WinningStreak = "HighLadderWinningStreak"   #天梯连胜场次
-Def_PDict_HighLadder_HistoryMaxOrder = "HighLadderMaxOrder"   #天梯历史最高排名
 Def_PDict_FestivalLoginState = "FestivalLoginState_%s"  # 节日登陆奖励状态_%s表示节日类型<按登陆天从低位起0-未领1-可领2-已领>
 Def_PDict_Currency = "PlayerCurrency_%s"  # 自定义货币类型, 参数[自定义货币类型]
 Def_PDict_TJGSet = "TJGSet"  # 脱机挂系统设定
@@ -4633,7 +4624,6 @@
 Def_Cost_FinishTruck, # 完成镖车
 Def_Cost_RefreshTimeShop, # 刷新神秘商店
 Def_Cost_OpenNoble, # 开通贵族
-Def_Cost_HighLadder, # 天梯竞技场
 Def_Cost_Reincarnation, # 转生
 Def_Cost_BuyStallItem, # 购买摆摊物品
 Def_Cost_Warehouse, # 仓库
@@ -4642,7 +4632,7 @@
 Def_Cost_Trade, # 交易
 Def_Cost_Rename, # 改名
 Def_Cost_SkillLvUp, # 技能升级
-) = range(2000, 2000 + 60)
+) = range(2000, 2000 + 59)
 
 Def_Cost_Reason_SonKey = "reason_name_son" # 消费点原因子类说明key
 
@@ -4692,7 +4682,6 @@
 Def_Cost_BourseBuy:"BourseBuy",
 Def_Cost_BourseCharge:"BourseCharge",
 Def_Cost_EquipWash:"EquipWash",
-Def_Cost_HighLadder:"HighLadder",
 Def_Cost_UseItem:"UseItem",
 Def_Cost_AddSignDay:"AddSignDay",
 Def_Cost_FBSweep:"FBSweep",
@@ -4755,7 +4744,7 @@
 Def_GiveMoney_Warehouse, # 仓库
 Def_GiveMoney_SellPackItem, # 出售背包物品
 Def_GiveMoney_CollectNPC, # 采集NPC
-Def_GiveMoney_HighLadder, # 天梯竞技场 20
+Def_GiveMoney_20,
 Def_GiveMoney_StallItem, # 摆摊
 Def_GiveMoney_Trade, # 交易
 Def_GiveMoney_Truck, # 运镖
@@ -4790,7 +4779,6 @@
 Def_GiveMoney_Warehouse:"Warehouse",
 Def_GiveMoney_SellPackItem:"SellPackItem",
 Def_GiveMoney_CollectNPC:"CollectNPC",
-Def_GiveMoney_HighLadder:"HighLadder",
 Def_GiveMoney_StallItem:"StallItem",
 Def_GiveMoney_Trade:"Trade",
 Def_GiveMoney_Truck:"Truck",

--
Gitblit v1.8.0