From c0aa0f6da553ed5ae7ebc1921377e8ae10239bb4 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期三, 13 三月 2019 16:53:08 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 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