From 60738f90008d8bea155d34a842c87c9e6cf0c66f Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期四, 30 五月 2019 20:44:28 +0800 Subject: [PATCH] 7027 【2.0】【后端】成长基金新增投资限制 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index 143b7d8..577cfcf 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -258,6 +258,7 @@ Def_ItemID_VIPExperience = 985 # VIP体验卡 # 直接转换为对应数值的物品ID列表 +Def_ItemID_GoldMoney = 20 # 直接给仙玉 Def_ItemID_SilverMoney = 22 # 直接给铜钱 Def_ItemID_FamilyContribution = 26 # 直接给战盟贡献点 Def_ItemID_FamilyActive = 28 # 直接给战盟活跃点 -- Gitblit v1.8.0