From 701af91dc61e0c57e5f4ce4916ded335736bbced Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 21 五月 2019 11:07:58 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
Fight/GameActor/GA_NpcClientFightBoss.cs | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/Fight/GameActor/GA_NpcClientFightBoss.cs b/Fight/GameActor/GA_NpcClientFightBoss.cs
index 41c7d35..afac78b 100644
--- a/Fight/GameActor/GA_NpcClientFightBoss.cs
+++ b/Fight/GameActor/GA_NpcClientFightBoss.cs
@@ -45,6 +45,11 @@
protected override sealed void UpdateTimeDialogueBubble()
{
+ if (!MP_Stun)
+ {
+ return;
+ }
+
// 鐬嶣B閫昏緫
if (Time.realtimeSinceStartup - m_LastTalkTime > 5)
{
--
Gitblit v1.8.0