ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py | ●●●●● 补丁 | 查看 | 原始文档 | 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