From cb692613a0fc37beb234200ab3a4a4a0f565a169 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期四, 17 一月 2019 02:26:47 +0800
Subject: [PATCH] 5721 【1.5】跨服副本中进入普通副本提示

---
 System/MainInterfacePanel/ChatFrame.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/System/MainInterfacePanel/ChatFrame.cs b/System/MainInterfacePanel/ChatFrame.cs
index cb5ec04..d1f5696 100644
--- a/System/MainInterfacePanel/ChatFrame.cs
+++ b/System/MainInterfacePanel/ChatFrame.cs
@@ -344,6 +344,11 @@
         BossHomeModel bossHomeModel { get { return ModelCenter.Instance.GetModel<BossHomeModel>(); } }
         void OneKeyButton()//鍦板浘鎸傛満鎸夐挳
         {
+            if (CrossServerUtility.IsCrossServerBoss())
+            {
+                SysNotifyMgr.Instance.ShowTip("CrossMap10");
+                return;
+            }
 
             if (OneKeyList.Contains(PlayerDatas.Instance.baseData.MapID))
             {

--
Gitblit v1.8.0