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);