xdh
2019-01-15 2efd5f149541e83867b358b77fd5cb4f6868056d
5762 【后端】【1.5】新增300级后的成长基金
1个文件已修改
10 ■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGoldInvest.py 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGoldInvest.py
@@ -196,11 +196,11 @@
        else:
            GameWorld.DebugLog("    investType = %s 已投资过,不可重复投资" % investType)
            return
    elif investType in ChConfig.InvestGoldTypeList:
        goldInvestLVLimit = IpyGameDataPY.GetFuncEvalCfg('GoldInvestLVLimit', 1, {}).get(investType, 0)
        if goldInvestLVLimit and curPlayer.GetLV() > goldInvestLVLimit:
            GameWorld.DebugLog('    仙玉投资理财 等级不能高于%s'%(goldInvestLVLimit))
            return
#    elif investType in ChConfig.InvestGoldTypeList:
#        goldInvestLVLimit = IpyGameDataPY.GetFuncEvalCfg('GoldInvestLVLimit', 1, {}).get(investType, 0)
#        if goldInvestLVLimit and curPlayer.GetLV() > goldInvestLVLimit:
#            GameWorld.DebugLog('    仙玉投资理财 等级不能高于%s'%(goldInvestLVLimit))
#            return
        
    __DoGoldInvest(curPlayer, investType, investGold, deductGold, awardData)
    return