From d2639f3142aa65f8fad93e56fbae11b2dd41170d Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期四, 20 十二月 2018 20:33:04 +0800
Subject: [PATCH] 【1.4】聚魂功能

---
 Fight/MapTransferUtility.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/Fight/MapTransferUtility.cs b/Fight/MapTransferUtility.cs
index 2d9db65..929a240 100644
--- a/Fight/MapTransferUtility.cs
+++ b/Fight/MapTransferUtility.cs
@@ -940,7 +940,10 @@
                 if (!UserInputHandler.isTouched
                 && (_hero.SkillMgr.CurCastSkill == null || _hero.SkillMgr.CurCastSkill.SkillCompelete))
                 {
-                    NPCInteractProcessor.InvokeEvent(E_NpcType.Func, NpcID, _npc.ServerInstID);
+                    if (NpcID != GeneralDefine.GatherSoulDZ)
+                    {
+                        NPCInteractProcessor.InvokeEvent(E_NpcType.Func, NpcID, _npc.ServerInstID);
+                    }
                     Clear();
                 }
             }

--
Gitblit v1.8.0