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