From 384a82f7783dc0fa4409c836aa1c9f9eecfa4be8 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期三, 10 四月 2019 18:01:10 +0800
Subject: [PATCH] 3335 仙盟圣灵修改

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

diff --git a/System/FairyAu/AllianceBossBehaviour.cs b/System/FairyAu/AllianceBossBehaviour.cs
index 3474930..bfb1bb9 100644
--- a/System/FairyAu/AllianceBossBehaviour.cs
+++ b/System/FairyAu/AllianceBossBehaviour.cs
@@ -14,6 +14,7 @@
         [SerializeField] RawImage m_RawBoss;
         [SerializeField] ItemCell[] m_Items;
         [SerializeField] Button m_Goto;
+        [SerializeField] Text m_GotoLabel;
 
         int index = 0;
 
@@ -136,7 +137,7 @@
                     npcConifg.UIModelRotation, m_RawBoss, state == 0);
             }
 
-            m_Goto.gameObject.SetActive(state != 0);
+            m_Goto.SetInteractable(m_GotoLabel, state != 0);
 
             switch (state)
             {

--
Gitblit v1.8.0