From c77e09e579a988431e9305f19402dcf4069034db Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 14 三月 2019 00:05:20 +0800
Subject: [PATCH] Merge branch 'master' into ItemTip

---
 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 1d968e3..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 (_model.IsDungeonState && realmModel.realmRedpoint.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.realmRedpoint.id)
+            if (_id == realmModel.levelUpRedpoint.id)
             {
                 CheckRealmSfx();
             }

--
Gitblit v1.8.0