From b953c786b611ded473dfe70cd29da20f1f7d8dfb Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期一, 12 十一月 2018 21:37:07 +0800
Subject: [PATCH] 2345 【1.3】【1.2】角色模型异常消失

---
 Fight/GameActor/GActorNpcNoFight.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Fight/GameActor/GActorNpcNoFight.cs b/Fight/GameActor/GActorNpcNoFight.cs
index 8cd150f..c1f1fd0 100644
--- a/Fight/GameActor/GActorNpcNoFight.cs
+++ b/Fight/GameActor/GActorNpcNoFight.cs
@@ -165,7 +165,7 @@
             {
                 GAMgr.Instance.AddNeedDestroyPrefab(_prefab);
             }
-            if (this is GA_Guard)
+            if (this is GA_Guard || NpcConfig.MODE.Contains("A_Zs") || NpcConfig.MODE.Contains("A_Fs"))
             {
                 GAMgr.Instance.RemoveNeedDestroyPrefab(_prefab);
             }

--
Gitblit v1.8.0