From 00c38d7881142738660b6c53c90afa00daf66d25 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期五, 31 八月 2018 11:11:47 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 Fight/GameActor/GA_NpcFightBoss.cs |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/Fight/GameActor/GA_NpcFightBoss.cs b/Fight/GameActor/GA_NpcFightBoss.cs
index 830b0c1..6b390c7 100644
--- a/Fight/GameActor/GA_NpcFightBoss.cs
+++ b/Fight/GameActor/GA_NpcFightBoss.cs
@@ -79,14 +79,6 @@
     public override void RefreshLifeBar(uint value)
     {
         // 闈為�変腑鐘舵�佷笅涓嶅埛鏂�
-        if (PlayerDatas.Instance.hero != null)
-        {
-            if (PlayerDatas.Instance.hero.SelectTarget != this)
-            {
-                return;
-            }
-        }
-
         if (s_HpRefresh != null)
         {
             s_HpRefresh(ServerInstID, NpcConfig.NPCID, ActorInfo.RealHp, ActorInfo.RealMaxHp);

--
Gitblit v1.8.0