hxp
2018-08-23 e45410c415266e12c20439fd2c32429a8c8b7e5d
Fix: 修复CTG命令无法充值指定金额的bug;
1个文件已修改
2 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/CTG.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/CTG.py
@@ -39,7 +39,7 @@
        GameWorld.DebugAnswer(curPlayer, "CTG 商品编号 appID 是否增加集市购买额度")
        return
    
    ctgValue = msgList[0]
    ctgValue = str(msgList[0])
    if ctgValue.isdigit():
        orderRMB = int(ctgValue)
        isAddBourseMoney = msgList[1] if len(msgList) > 1 else 1