From e8b1e5b9381740a5ab19088df6a98e2869e4b288 Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期三, 12 九月 2018 11:36:30 +0800 Subject: [PATCH] fix:3474 【后端】【主干】【1.0.15】炼丹界面新增付费项目 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index 671c1f7..aac5540 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -3771,6 +3771,7 @@ Def_PDict_AlchemyCount = "AlchemyCount_%s" #特殊炼丹次数产出设定已累计次数, 参数(配方ID) Def_PDict_AlchemyCountSpec = "AlchemyCountSpec_%s" #特殊炼丹次数产出设定已累计次数, 参数(配方ID) Def_PDict_AlchemyOutputCount = "AlchemyOutputCount_%s" #炼丹特殊产出物品已产出次数,参数(物品ID) +Def_PDict_AlchemyPrayCnt = "AlchemyPrayCnt" #炼丹祈福次数 Def_PDict_GFPassiveIndex = "GFP_%s_%s" # 被动功法 页数-索引 Def_PDict_GFPassivePage = "GFPPage" # 被动功法选中页数 @@ -4432,6 +4433,7 @@ Def_Cost_FreeGoods, # 极品白拿 Def_Cost_DogzEquipPlus, # 神兽装备强化 Def_Cost_RuneHole, # 符印孔解锁 +Def_Cost_AlchemyPray, # 丹药祈福 #-----------以下为暂时没用的,先不删除,如有新增消费点则放在这些之前------------ Def_Cost_RefreshArrestTask, # 刷新悬赏任务 Def_Cost_OffLineExp, # 兑换离线经验 @@ -4453,7 +4455,7 @@ Def_Cost_Trade, # 交易 Def_Cost_Rename, # 改名 Def_Cost_SkillLvUp, # 技能升级 -) = range(2000, 2000 + 54) +) = range(2000, 2000 + 55) Def_Cost_Reason_SonKey = "reason_name_son" # 消费点原因子类说明key @@ -4535,6 +4537,7 @@ Def_Cost_FreeGoods:"FreeGoods", Def_Cost_DogzEquipPlus:"DogzEquipPlus", Def_Cost_RuneHole:"RuneHole", +Def_Cost_AlchemyPray:"AlchemyPray", } ## ----------------------------------------------------- -- Gitblit v1.8.0