From efa5f8d07fc3321f6ac5f5d97fb422db28d0886f Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 05 三月 2019 10:55:31 +0800
Subject: [PATCH] Merge branch 'master' into Equip

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

diff --git a/Fight/GameActor/GA_NpcClientFightNorm.cs b/Fight/GameActor/GA_NpcClientFightNorm.cs
index 49ef039..353a673 100644
--- a/Fight/GameActor/GA_NpcClientFightNorm.cs
+++ b/Fight/GameActor/GA_NpcClientFightNorm.cs
@@ -3,6 +3,7 @@
 
 public class GA_NpcClientFightNorm : GActorNpcFight
 {
+    public int belongEventID;
     private HeadUpName m_HeadUpName;
     private LifeBar m_LifeBar;
 
@@ -135,6 +136,8 @@
             m_Obstacle = null;
         }
 
+        belongEventID = -1;
+
         base.OnUnit();
     }
 

--
Gitblit v1.8.0