From 432f697860d7f5c297df465c5363b3c92f50a833 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 16 四月 2019 11:13:32 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
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