| System/Rank/RankHeadCell.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/Rank/RankHeadCell.cs
@@ -55,7 +55,7 @@ int.TryParse(jobStr[jobStr.Length - 1].ToString(), out occupa); int classLv = 0; int.TryParse(jobStr.Substring(0, jobStr.Length - 1), out classLv); jobText.text = OccupationNameConfig.GetOccupationName(occupa, classLv); jobText.text = OccupationNameConfig.GetOccupationName(occupa, 1); int realmLv = 0; switch ((RankType)data.type) {