From 58812093652bd6c224414f307db0b9ad37366299 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期二, 26 三月 2019 18:07:08 +0800
Subject: [PATCH] 382 客户端采集功能
---
Fight/MapTransferUtility.cs | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/Fight/MapTransferUtility.cs b/Fight/MapTransferUtility.cs
index 2c2471e..a7f91b0 100644
--- a/Fight/MapTransferUtility.cs
+++ b/Fight/MapTransferUtility.cs
@@ -1202,7 +1202,10 @@
{
if (_npc != null)
{
- NPCInteractProcessor.InvokeEvent(E_NpcType.Func, NpcID, _npc.ServerInstID);
+ if (_npc is GA_NpcClientFightNorm)
+ {
+ NPCInteractProcessor.InvokeEvent(E_NpcType.Func, NpcID, _npc.ServerInstID);
+ }
}
}
Clear();
--
Gitblit v1.8.0