From 27787b6525ef2be4357440c64d6e045fa3cf504b Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 12 四月 2021 16:17:21 +0800 Subject: [PATCH] 8873 【BT2】【主干】【后端】新增在线特惠(创角后充值1000、30元档; 主干) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 4 +++- 1 files changed, 3 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 850282c..72bf2bf 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -3517,6 +3517,7 @@ Def_PDict_TodayCTGCoinTotal = "TodayCTGCoinTotal" # 当日充值Coin数 Def_PDict_TodayCTGCount = "TodayCTGCount_%s" # 当日充值次数,参数(CTG对应的商品记录ID) Def_PDict_CTGGoodsBuyCount = "CTGGoodsBuyCount_%s" # 对应充值商品已购买次数,参数(CTG对应的商品记录ID) +Def_PDict_OnlineRechargeTHAward = "OnlineRechargeTHAward" # 在线特惠充值额外奖励 - 是否已领取奖励 Def_PDict_DayFreeGoldGiftState = "DayFreeGoldGiftState" # 每日免费直购礼包领取记录 Def_PDict_GoldGiftFirstRecord = "GoldGiftFirstRecord" # 首充领取记录,按位记录首充第x天是否已领取 Def_PDict_FirstGoldServerDay = "FirstGoldServerDay" # 首充时的开服天 @@ -5412,7 +5413,8 @@ Def_RewardType_ManyDayRecharge, #多日连充41 Def_RewardType_InfiniteMoney, #无限货币42 Def_RewardType_SingleRecharge, #单笔累充 43 -)= range(44) +Def_RewardType_OnlineRechargeTH, #创角在线特惠充值额外奖励 44 +)= range(45) #boss复活相关活动定义 -- Gitblit v1.8.0