From dd0226eaba20075e7187da68dbfc147cd0520c2f Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期四, 17 一月 2019 18:11:20 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/MainInterfacePanel/MainInterfaceWin.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/System/MainInterfacePanel/MainInterfaceWin.cs b/System/MainInterfacePanel/MainInterfaceWin.cs
index ae0494a..7fbaa04 100644
--- a/System/MainInterfacePanel/MainInterfaceWin.cs
+++ b/System/MainInterfacePanel/MainInterfaceWin.cs
@@ -251,7 +251,7 @@
             ChatTip.OnChatUpEvent += RefreshAdaptiveChat;
             GlobalTimeEvent.Instance.secondEvent += secondEvent;
             IsCrossServerOneVsOne();
-            SetAtkType();
+         
         }
 
         private void CompletionOfTaskEvent(int obj)
@@ -443,6 +443,7 @@
 
         private void secondEvent()
         {
+            SetAtkType();
             if (IsUpdateBool)
             {
                 StartCoroutine(featureNoticeModel.WhetherToPlayTheBox());//鍔熻兘棰勫憡

--
Gitblit v1.8.0