From 929779dac48b805872319a330f0809bf1e6deaa1 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期五, 05 七月 2019 14:37:15 +0800
Subject: [PATCH] 7788 【主干】【后端】周卡月卡调整

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGoldInvest.py |    2 +-
 1 files changed, 1 insertions(+), 1 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 1b1e4af..34dc045 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGoldInvest.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGoldInvest.py
@@ -300,7 +300,7 @@
         PlayerControl.WorldNotify(0, 'JadeInvestmentRadio', [curPlayer.GetName(), investGold])
     elif investType == ChConfig.GoldInvestType_NewMonth:
         PlayerControl.WorldNotify(0, 'MonthInvestment', [curPlayer.GetName()])
-    elif investType == ChConfig.GoldInvestType_Week:
+    elif investType == ChConfig.GoldInvestType_Month1:
         PlayerControl.WorldNotify(0, 'WeekInPInvestment', [curPlayer.GetName()])
         
     # 更新投资时时间,投资金额,重置回报记录

--
Gitblit v1.8.0