From ff68c9707d3e419f2d86eefc4883ddf9fcf65568 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期五, 21 九月 2018 23:10:15 +0800
Subject: [PATCH] 2004 boss争夺战召集弹框问题
---
System/FairyAu/FairyGrabBossHelpBehaviour.cs | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/System/FairyAu/FairyGrabBossHelpBehaviour.cs b/System/FairyAu/FairyGrabBossHelpBehaviour.cs
index a0b76a2..6bcdf10 100644
--- a/System/FairyAu/FairyGrabBossHelpBehaviour.cs
+++ b/System/FairyAu/FairyGrabBossHelpBehaviour.cs
@@ -73,6 +73,12 @@
model.RemoveHelp();
return;
}
+ if (PlayerDatas.Instance.extersion.bossState == 1)
+ {
+ SysNotifyMgr.Instance.ShowTip("Boss_Leave");
+ model.RemoveHelp();
+ return;
+ }
if (!model.IsBossAlive(help.npcId))
{
ConfirmCancel.ShowPopConfirm(Language.Get("Mail101"), Language.Get("FairyGrabBossNotAlive"), (bool isOk) =>
--
Gitblit v1.8.0