From b258fd106ba34b07c04bcd15ee93432d1343aa3b Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期一, 07 一月 2019 14:44:14 +0800
Subject: [PATCH] 5725 【前端】【1.5】跨服BOSS开发
---
System/MainInterfacePanel/MainInterfaceWin.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/MainInterfacePanel/MainInterfaceWin.cs b/System/MainInterfacePanel/MainInterfaceWin.cs
index 65c0e54..9984365 100644
--- a/System/MainInterfacePanel/MainInterfaceWin.cs
+++ b/System/MainInterfacePanel/MainInterfaceWin.cs
@@ -1296,7 +1296,7 @@
private void IsCrossServerOneVsOne()
{
- if (PlayerDatas.Instance.baseData.ExAttr5 == 1)//鏄惁鍐嶈法鏈嶅壇鏈腑
+ if (CrossServerOneVsOneModel.IsCrossServerOneVsOne())//鏄惁鍐嶈法鏈嶅壇鏈腑
{
WindowCenter.Instance.Open<FightingPKWin>();
m_HeadPortraitTip.gameObject.SetActive(false);
--
Gitblit v1.8.0