From b98e7533a4137550a96f27dbd50c7781e9989dd0 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 12 三月 2019 09:49:51 +0800
Subject: [PATCH] 6340 【前端】【2.0】境界改版开发单
---
System/MainInterfacePanel/ChatFrame.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/System/MainInterfacePanel/ChatFrame.cs b/System/MainInterfacePanel/ChatFrame.cs
index 57c6255..a192950 100644
--- a/System/MainInterfacePanel/ChatFrame.cs
+++ b/System/MainInterfacePanel/ChatFrame.cs
@@ -193,7 +193,7 @@
public void CheckRealmSfx()
{
var _model = ModelCenter.Instance.GetModel<RealmModel>();
- if (realmModel.redpoint.state == RedPointState.Simple)
+ if (realmModel.levelUpRedpoint.state == RedPointState.Simple)
{
m_RealmRed.gameObject.SetActive(false);
if (!m_RealmSfx.IsPlaying)
@@ -265,7 +265,7 @@
private void RedpointValueChangeEvent(int _id)
{
- if (_id == realmModel.redpoint.id)
+ if (_id == realmModel.levelUpRedpoint.id)
{
CheckRealmSfx();
}
--
Gitblit v1.8.0