hch
2019-10-22 e0d1d9394c6a4d0d908e7cb02f7b0823c82fba1d
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py
@@ -4555,7 +4555,7 @@
    # 需要付钱
    costMoneyList = []
    if needMoney > 0:
        costMoneyList = PlayerControl.HaveMoneyEx(curPlayer, IPY_GameWorld.TYPE_Price_GoldPaper_Money, needMoney)
        costMoneyList = PlayerControl.HaveMoneyEx(curPlayer, IPY_GameWorld.TYPE_Price_Gold_Paper, needMoney)
        if costMoneyList == []:
            #金钱不足
            return False, costMoneyList