少年修仙传客户端代码仓库
client_LCJ
2018-08-10 015719303f1598f751cf36f176853c7fbda840f2
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));
            }
        }