From c147c66264c363722b56dba8287a74293e5f63df Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期四, 11 四月 2019 11:10:17 +0800
Subject: [PATCH] 3335 仙盟圣灵修改
---
System/FairyAu/AllianceBossBehaviour.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/System/FairyAu/AllianceBossBehaviour.cs b/System/FairyAu/AllianceBossBehaviour.cs
index 1ff2418..5edaa88 100644
--- a/System/FairyAu/AllianceBossBehaviour.cs
+++ b/System/FairyAu/AllianceBossBehaviour.cs
@@ -154,8 +154,8 @@
var hourMinutes = dailyQuestOpenTime.NormalOpenTimes.Values.First();
if (index < hourMinutes.Count)
{
- m_BossState.text = StringUtility.Contact(Language.Get("ActivityTime"),
- hourMinutes[index].ToOpenTime());
+ var timeLabel = UIHelper.AppendColor(TextColType.Red, hourMinutes[index].ToOpenTime());
+ m_BossState.text = StringUtility.Contact(Language.Get("ActivityTime"), timeLabel);
}
}
m_BossState.color = UIHelper.GetUIColor(TextColType.White);
--
Gitblit v1.8.0