From cfa0e7bcd6b5c6ee2551b58471310de677fc9e7f Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 15 一月 2025 11:41:54 +0800 Subject: [PATCH] 10352 【BT】免费买断版本(修改永久卡激活逻辑) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py index 7f16d68..938d482 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py @@ -746,7 +746,7 @@ # 功能统一以分存储记录,玩家字典不支持存小数 # 所有真实充值均有效的 - if coinType in [ChConfig.CoinType_Gold, ChConfig.CoinType_Buy]: + if coinType in [ChConfig.CoinType_Gold, ChConfig.CoinType_Buy, ChConfig.CoinType_UsePayCoin]: #跨服充值排行活动 CrossActCTGBillboard.AddCTGRMB(curPlayer, orderCoin) #跨服全民充值 -- Gitblit v1.8.0