少年修仙传客户端代码仓库
QD_LCJ
2018-08-10 9d5fc62fdf3fc8f87a7c899bc00873082c99984f
System/Realm/RealmProgressBehaviour.cs
@@ -103,7 +103,7 @@
                    }
                }
                m_SpecialProperty.DisplayUpper(config.specialProperty, config.AddAttrNum[index]);
                m_HurtRemind.text = UIHelper.ReplaceNewLine(Language.Get("RealmSuppressHurt", config.Name, (float)model.realmSuppressHurt / 1000));
                m_HurtRemind.text = UIHelper.ReplaceNewLine(Language.Get("RealmSuppressHurt", UIHelper.GetTextColorByItemColor(config.Quality, config.Name), (float)model.realmSuppressHurt / 1000));
            }
        }