From 9856d635ee43738e78b15093e672d0af135998ac Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 17 九月 2019 15:56:27 +0800 Subject: [PATCH] 8266 直接给灵玉物品ID(30)功能还原 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 4 ++-- 1 files changed, 2 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 8c9a392..c811fcd 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -263,7 +263,7 @@ Def_ItemID_FamilyContribution = 26 # 直接给战盟贡献点 Def_ItemID_FamilyActive = 28 # 直接给战盟活跃点 Def_ItemID_SP = 29 # 直接给sp -#Def_ItemID_GoldPaper = 30 # 直接给绑玉 +Def_ItemID_GoldPaper = 30 # 直接给绑玉/灵石 Def_ItemID_RealmPoint = 24 # 直接给修行点 Def_ItemID_BossReborn = 21 # 直接给boss复活点 Def_ItemID_Ysog = 4306 # 直接给符印融合石 @@ -272,7 +272,7 @@ Def_ItemID_SoulCore = 702 # 直接给核心环 Def_ItemID_Honor = 2141 # 直接给荣誉 Def_ItemID_XianyuanCoin = 2138 # 直接给仙缘币 -Def_TransformItemIDList = [Def_ItemID_FamilyContribution, Def_ItemID_FamilyActive, Def_ItemID_SP, #Def_ItemID_GoldPaper, +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_Honor, Def_ItemID_GoldMoney, Def_ItemID_XianyuanCoin] -- Gitblit v1.8.0