From bdd3a28a5495537e1d150d08b8065d2a959d4548 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期五, 28 十二月 2018 14:08:06 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/MainInterfacePanel/ChatFrame.cs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/System/MainInterfacePanel/ChatFrame.cs b/System/MainInterfacePanel/ChatFrame.cs
index 93e0b52..29103d2 100644
--- a/System/MainInterfacePanel/ChatFrame.cs
+++ b/System/MainInterfacePanel/ChatFrame.cs
@@ -71,8 +71,8 @@
myTeamRefreshEvent();
OnRefreshFairyInfo();
CheckRealmSfx();
-
-
+ MailCountChange();
+ GetRealmLevel();
if (PlayerDatas.Instance.hero != null)
{
if (PlayerDatas.Instance.hero.aiHandler.IsAuto())
@@ -80,8 +80,8 @@
OnHeroHandupAIStopPassive();
}
}
- MailCountChange();
- GetRealmLevel();
+
+
}
public void OnAfterOpen()
--
Gitblit v1.8.0