From 1a92edebafd2e87f327ccb303ca59addc5c43713 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 26 十二月 2018 20:12:34 +0800
Subject: [PATCH] 5424 【后端】【1.4】跨服竞技场开发(增加荣誉货币类型18及使用效果;增加荣誉商店支持按赛季重置物品购买次数;)

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
index f6021ab..a74a434 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
@@ -265,9 +265,10 @@
 Def_ItemID_SoulDust = 700               # 直接给魂尘
 Def_ItemID_SoulSplinters = 701               # 直接给聚魂碎片
 Def_ItemID_SoulCore = 702               # 直接给核心环
+Def_ItemID_Honor = 2141               # 直接给荣誉
 Def_TransformItemIDList = [Def_ItemID_FamilyContribution, Def_ItemID_FamilyActive, Def_ItemID_SP, Def_ItemID_GoldPaper, 
                            Def_ItemID_RealmPoint, Def_ItemID_SilverMoney, Def_ItemID_BossReborn, Def_ItemID_Ysog,
-                           Def_ItemID_SoulDust, Def_ItemID_SoulSplinters, Def_ItemID_SoulCore]
+                           Def_ItemID_SoulDust, Def_ItemID_SoulSplinters, Def_ItemID_SoulCore, Def_ItemID_Honor]
 #---------------------------------------------------------------------
 #写死的物品类型都放这边
 Def_ItemType_All = -1             #所有类型
@@ -435,9 +436,9 @@
 Def_Effect_ItemGiveSoulDust = 239   # 使用道具给予魂尘
 Def_Effect_ItemGiveSoulSplinters = 240   # 使用道具给予聚魂碎片
 Def_Effect_ItemGiveSoulCore = 241      #使用道具给予核心环
+Def_Effect_ItemGiveHonor = 242      #使用道具给予荣誉
 #----以下未使用或代码依然存在的---
 Def_Effect_ItemGiveGongXun = 1920        #使用道具给予功勋
-Def_Effect_ItemGiveHonorPoint = 1922       #使用道具给予荣誉积分
 Def_Effect_ItemGiveRuneJH = 1925       #使用道具给予符印精华
 Def_Effect_ItemGiveRuneSplinters = 1926       #使用道具给予符印碎片
 Def_Effect_SuiteMark = 2838    #用于标示套装装备,过滤等使用

--
Gitblit v1.8.0