From 6e66e9cf06adc9b94158a8a2d8eae94acb782b84 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 21 十月 2024 15:56:54 +0800 Subject: [PATCH] 10287 【英文】1折活动(增加购买超级推板每日奖励抽奖次数逻辑;修改激活逻辑;) --- 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 c5d4d4e..7c15244 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -4297,6 +4297,7 @@ Def_PDict_InvestKeyCount = 3 # key编号数 # 至尊卡1折折扣,英文版专用 +Def_PDict_TuiJinbiBanTime = "TuiJinbiBanTime" # 推金币超级推板购买时间戳 Def_PDict_TuiJinbiMoney = "TuiJinbiMoney_%s" # 推金币累计获得货币数,参数(货币类型) # 成就 Def_PDictType_Success -- Gitblit v1.8.0