From 12a46d62cf18dec4f822eeafc901c90d76ed1537 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 04 三月 2020 20:48:37 +0800
Subject: [PATCH] 8397 【开发】个人boss新增评级(优化评级开始计时时机;增加评级同步)

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/FBCommon.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/FBCommon.py
index 150225a..86864b5 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/FBCommon.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/FBCommon.py
@@ -599,6 +599,7 @@
     GameWorld.DebugLog("UpdateCustomFBGrade useSecond=%s,gradeTimeList=%s,curGrade=%s,updGrade=%s,diffSecond=%s" 
                        % (useSecond, gradeTimeList, curGrade, updGrade, diffSecond))
     
+    Notify_FBHelp(curPlayer, {Help_grade:updGrade})
     if updGrade != lowest:
         curPlayer.Sync_TimeTick(timeType, 0, diffSecond * 1000, True)
     return updGrade

--
Gitblit v1.8.0