From d234a98ab0ad9f728165c766fa6d098a4fb0c537 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期二, 18 六月 2019 17:24:16 +0800
Subject: [PATCH] 7354 【后端】【2.0】仙盟boss每个人可鼓舞次数从1次修改为3次

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_AllFamilyBoss.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_AllFamilyBoss.py
index b8ce421..771a76b 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_AllFamilyBoss.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_AllFamilyBoss.py
@@ -287,6 +287,7 @@
             itemList = IpyGameDataPY.GetFuncEvalCfg('LeagueBOSSReward1')
             giveItemList = [[itemID, itemCnt, 0] for itemID, itemCnt in itemList]
             ItemControler.GivePlayerItemOrMail(curPlayer, giveItemList)
+            DoFBHelp(curPlayer, tick)
     return
 
 

--
Gitblit v1.8.0