From e5d9e13d80e43fb89e00cc9e0ffafcb25e36e435 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 27 三月 2019 16:55:12 +0800
Subject: [PATCH] 6373 【后端】【2.0】删除无用功能代码、封包、配置(页游领地争夺战)

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
index 2f430f8..8d25d6f 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
@@ -710,7 +710,6 @@
 Def_SkillID_TeamVIPBuff = 22000     # VIP队伍buff, 攻守同盟
 Def_SkillID_CostVipBuff = 61018     # CostVIPbuff
 Def_SkillID_FBEncourageBuff = 20051     # 副本鼓舞buff
-Def_SkillID_GetFlagFamilyBuff = 11506   # 战盟战获得夺旗战盟buff特效
 Def_SkillID_FreshmanGuideBuff = 21219   # 新手指导员buff
 Def_SkillID_PoisonAtkBuff = 25180   # 毒攻buff
 Def_SkillID_DropOwnerBuff = 20040   # 掉落归属buff
@@ -744,7 +743,6 @@
 Def_AreaType_SkillID_FreePK = 20010  # pk区
 Def_AreaType_SkillID_FamilyPK = 20012  # 家族区
 Def_AreaType_SkillID_Boss = 20008  # Boss区域
-Def_SkillID_ManorFlagArea = 20017   # 战旗区域buff,动态
 Def_SkillID_SitArea = 20009   # 打坐区域buff
 #----------------------------------------------------------------------
 #战斗类型
@@ -2426,7 +2424,6 @@
 #技能消失不重刷属性#(鞭炮,烟花,火烛)
 Def_Skill_Disappear_NoReflash = [Def_SkillID_Justice,     #阵营
                                  Def_SkillID_Evil,
-                                 Def_SkillID_GetFlagFamilyBuff,
                                  ]
 #---------------------------------------------------------------------
 
@@ -3766,11 +3763,6 @@
 Def_PDict_LastEnterFBPropertyID = "LastEnterFBPropertyID_%s"  # 上次进入副本的propertyID%s副本id
 Def_PDict_LastEnterFBTick = "LastEnterFBTick_%s"  # 上次进入副本的时间%s副本id
 
-Def_PDict_ManorWarJoinDay = "ManorWarJoinDay"  # 上次参加领地争夺战时记录的开服天数
-Def_PDict_ManorWarContinueTick = "ManorWarContinueTick"  # 领地争夺战在战场总时间
-Def_PDict_ManorWarJoinAwardState = "ManorWarJoinAwardState"  # 领地战参与奖励情况0-不可领,1-可领,2-已领
-Def_PDict_ManorWarDailyAwardRecord = "ManorWarDailyAwardRecord"  # 领地争夺战每日奖励领取记录,按位表示
-
 # 战斗力 Def_PDictType_FightPower
 Def_PDict_FightPower_Highest = "FightPower_Highest"  # 历史最高总战斗力
 Def_PDict_FightPower_Total = "FightPower_Total"  # 总战斗力
@@ -3867,14 +3859,12 @@
 Def_PDict_RealmExpBeginTime = "RealmExpBeginTime" #境界修为池经验开始计时时间
 
 #法宝
-Def_PDict_MagicWeaponExp = "MagicWeaponExp_%s" #法宝经验 参数法宝ID
-Def_PDict_MagicWeaponIsActive = "MagicWeaponIsActive_%s" #法宝激活状态 参数法宝ID
-Def_PDict_MagicWeaponIsClick = "MagicWeaponIsClick_%s" #法宝点击状态 参数法宝ID
 Def_PDict_MagicWeaponIsWear = "MagicWeaponIsWear_%s" #法宝佩戴状态 参数法宝ID
 Def_PDict_XBXZAwardRecord = "XBXZAwardRecord_%s" #仙宝寻主领奖记录 参数ID
 Def_PDict_MagicWeaponLV = "MagicWeaponLV_%s" #法宝等级 参数法宝ID
 Def_PDict_MagicWeaponUpExp = "MagicWeaponUpExp_%s" #法宝升级经验 参数法宝ID
 Def_PDict_MWFBPassLevel = "MWFBPassLevel_%s" #法宝副本通关关卡 参数(法宝ID)
+
 #炼丹炉
 Def_PDict_AlchemyLV = "AlchemyLV" #炼丹等级
 Def_PDict_AlchemyExp = "AlchemyExp" #炼丹经验

--
Gitblit v1.8.0