From 87fab5b372b788c46f92d9699b24ecae6c7ffe8d Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期三, 27 三月 2019 18:22:17 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

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

diff --git a/Fight/GameActor/GA_NpcClientFightBoss.cs b/Fight/GameActor/GA_NpcClientFightBoss.cs
index 0e7e90e..a39db08 100644
--- a/Fight/GameActor/GA_NpcClientFightBoss.cs
+++ b/Fight/GameActor/GA_NpcClientFightBoss.cs
@@ -21,6 +21,10 @@
         {
             m_AIHandler = new AI_BossFMT(this, BornPos);
         }
+        else
+        {
+            m_AIHandler = new AI_Npc_200(this, BornPos);
+        }
     }
 
     public override void OnSelect()

--
Gitblit v1.8.0