From fee42f94b6eed8592d24e24726d8b7cb058c0d1a Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期四, 04 七月 2019 15:25:40 +0800 Subject: [PATCH] 7788 【2.0.200】【后端】周卡月卡调整 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 23 ++++++++++++----------- 1 files changed, 12 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 87f9f97..b3b3484 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -4538,9 +4538,9 @@ } #版本修正标记, 使用key格式 Def_Player_Dict_VersionFix -#( -# -#) = range(0) +( +Def_VerFix_LingGenShow, #灵根特效外观 +) = range(1) ##================================================================================================== #游戏消费点类型定义 @@ -5103,16 +5103,17 @@ # 投资理财类型 GoldInvestTypeList = ( -GoldInvestType_Month, # 月卡投资 -GoldInvestType_VIP, # vip投资 -GoldInvestType_Gold, # 仙玉投资 -GoldInvestType_Gold2, # 仙玉投资2 -GoldInvestType_Gold3, # 仙玉投资3 -GoldInvestType_Week, # 周卡投资 -) = range(1,6+1) +GoldInvestType_Month, # 月卡投资1 +GoldInvestType_VIP, # vip投资2 +GoldInvestType_Gold, # 仙玉投资3 +GoldInvestType_Gold2, # 仙玉投资4 +GoldInvestType_Gold3, # 仙玉投资5 +GoldInvestType_Week, # 周卡投资6 +GoldInvestType_NewMonth, # 新月卡投资7 +) = range(1,7+1) #可以循环投资的类型 -CanRepeatInvestType = [GoldInvestType_Week, GoldInvestType_Month, GoldInvestType_VIP] +CanRepeatInvestType = [GoldInvestType_Week, GoldInvestType_Month, GoldInvestType_VIP, GoldInvestType_NewMonth] #仙玉投资类型 InvestGoldTypeList = [GoldInvestType_Gold, GoldInvestType_Gold2, GoldInvestType_Gold3] -- Gitblit v1.8.0