| System/HazyRegion/HazyRegionIncidentBehaviour.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/HazyRegion/HazyRegionIncidentBehaviour.cs
@@ -174,7 +174,7 @@ if (findPreciousModel.TryGetBossInfo(config.npcId, out bossInfo)) { var seconds = Mathf.Max(0, Mathf.CeilToInt((float)(bossInfo.refreshTime - TimeUtility.ServerNow).TotalSeconds)); m_RebornTime.text = string.Format("{0}后刷新", TimeUtility.SecondsToHMS(seconds)); m_RebornTime.text = Language.Get("HazyDemonKingRefresh", TimeUtility.SecondsToHMS(seconds)); } } }