System/Realm/RealmProgressBehaviour.cs
@@ -103,7 +103,7 @@ } } m_SpecialProperty.DisplayColon(config.specialProperty, config.AddAttrNum[index]); m_HurtRemind.text = UIHelper.ReplaceNewLine(Language.Get("RealmSuppressHurt", UIHelper.GetTextColorByItemColor(config.Quality, config.Name), (float)model.realmSuppressHurt / 1000)); m_HurtRemind.text = UIHelper.ReplaceNewLine(Language.Get("RealmSuppressHurt", UIHelper.GetRealmName(config.Lv), (float)model.realmSuppressHurt / 1000)); } }