From d47077546e4948ae10be4859b9fb0953dc021d3a Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 13 十二月 2024 17:57:32 +0800
Subject: [PATCH] 10345 【英文】推金币优化(改为后端处理)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py |    3 +++
 1 files changed, 3 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 86c4180..2727e40 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
@@ -4309,6 +4309,9 @@
 # 至尊卡1折折扣,英文版专用
 Def_PDict_TuiJinbiBanTime = "TuiJinbiBanTime"  # 推金币超级推板购买时间戳
 Def_PDict_TuiJinbiMoney = "TuiJinbiMoney_%s"  # 推金币累计获得货币数,参数(货币类型)
+Def_PDict_TuiJinbiSign = "TuiJinbiSign"  # 玩家标记: 0-未标记;1-新玩家;2-老版本前端玩家
+Def_PDict_TuiJinbiCnt = "TuiJinbiCnt"  # 累计推金币次数
+Def_PDict_TuiJinbiPool = "TuiJinbiPool_%s"  # 推金币台面奖池奖励类型数,参数(奖励类型)
 
 # 成就 Def_PDictType_Success
 Def_PDict_Success_AwardRecord = "Succ_AwardRecord_%s" # 成就领奖记录,参数(key编号),按索引位存储0-未领,1-已领

--
Gitblit v1.8.0