hxp
2023-12-28 8e25bc7b9ca60ea789374fa70e0ddae4a5adc79a
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetMoney.py
@@ -65,7 +65,7 @@
        GameWorld.DebugAnswer(curPlayer, Lang.GBText("参数不正确"))
        return
    #钱币类型范围
    if moneyType not in [1, 2, 3, 4] and moneyType not in ShareDefine.TYPE_Price_CurrencyDict:
    if moneyType not in [1, 2, 3, 4] and moneyType not in ShareDefine.MoneyNameDict:
        GameWorld.DebugAnswer(curPlayer, Lang.GBText("钱币类型不正确"))
        return
    #0文不处理