From ccaf79ac3d2bfe9e5aa7d28873b738c96499e776 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期二, 09 四月 2019 15:43:52 +0800
Subject: [PATCH] 382 奇遇场景 创建NPC. 触发对话逻辑

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

diff --git a/Fight/GameActor/GA_NpcClientFunc.cs b/Fight/GameActor/GA_NpcClientFunc.cs
index c413075..475b69d 100644
--- a/Fight/GameActor/GA_NpcClientFunc.cs
+++ b/Fight/GameActor/GA_NpcClientFunc.cs
@@ -96,6 +96,10 @@
                     }
                 }
             }
+            else if (AdventureStage.Instance.IsInAdventureStage)
+            {
+                NPCInteractProcessor.InvokeEvent(E_NpcType.Func, NpcConfig.NPCID, ServerInstID);
+            }
         }
     }
 

--
Gitblit v1.8.0