From 1f69344e83ade796731904b21e0668d5378817fe Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期二, 16 四月 2019 11:35:44 +0800
Subject: [PATCH] 382 新增前端NPCAI类型逃离

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

diff --git a/Fight/GameActor/GA_NpcClientFightNorm.cs b/Fight/GameActor/GA_NpcClientFightNorm.cs
index 4767016..0ea3be5 100644
--- a/Fight/GameActor/GA_NpcClientFightNorm.cs
+++ b/Fight/GameActor/GA_NpcClientFightNorm.cs
@@ -94,6 +94,10 @@
         {
             m_AIHandler = new AI_Npc_200(this, BornPos);
         }
+        else if (NpcConfig.AIType == 198)
+        {
+            m_AIHandler = new AI_Npc_198(this, BornPos);
+        }
 
         heroAttacked = false;
     }

--
Gitblit v1.8.0