hxp
2024-11-04 65b49ab105ac58784143f0b0892473a9366dfb2b
10287 【英文】1折活动(修复CTG命令无法充值问题)
1个文件已修改
4 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py
@@ -405,8 +405,10 @@
    if not ipyData:
        return
    
    discountState = PlayerSuperDiscount.GetSuperDiscountState(curPlayer)
    usdMoney = ipyData.GetUsdMoney() if discountState else ipyData.GetPayRMBNum()
    cPlayerCoin = CPY_PlayerCoinToGold()
    cPlayerCoin.useCoin = CommFunc.RMBToCoin(ipyData.GetUsdMoney(), 100)
    cPlayerCoin.useCoin = CommFunc.RMBToCoin(usdMoney, 100)
    cPlayerCoin.orderInfo = orderInfo
    cPlayerCoin.appID = appID
    cPlayerCoin.isAddBourseMoney = isAddBourseMoney