From 97ffe45888670fa24be9356121b81610b0a610bf Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 13 十一月 2018 20:54:26 +0800
Subject: [PATCH] 2250 【1.2】队伍分线成员管理异常

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_MunekadoTrial.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_MunekadoTrial.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_MunekadoTrial.py
index 29e13f3..2bff3c9 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_MunekadoTrial.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_MunekadoTrial.py
@@ -418,6 +418,7 @@
         EventShell.EventRespons_FBEvent(curPlayer, "passzmsl")
         #增加助战积分
         if isHelpFight:
+            EventShell.EventRespons_FBEvent(curPlayer, "helpzmsl_%s"%lineID)
             FBCommon.AddFBHelpPoint(curPlayer, mapID, 1)
             overDict.pop(FBCommon.Over_itemInfo, 0)
         else:

--
Gitblit v1.8.0