From 2efd5f149541e83867b358b77fd5cb4f6868056d Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期二, 15 一月 2019 16:59:45 +0800
Subject: [PATCH] 5762 【后端】【1.5】新增300级后的成长基金

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGoldInvest.py |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGoldInvest.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGoldInvest.py
index a726441..4476d93 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGoldInvest.py
+++ b/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

--
Gitblit v1.8.0