| System/FairyAu/AllianceBossBehaviour.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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);