Main/System/Arena/ArenaChallengeCell.cs
@@ -45,7 +45,7 @@ txtFightPoint.text = UIHelper.ReplaceLargeArtNum(arenaMatchInfo.FightPower); txtAddScore.text = Language.Get("Arena16", ArenaManager.Instance.GetChallengePoints(index)); officialTitleCell.InitUI(arenaMatchInfo.RealmLV, (int)arenaMatchInfo.TitleID); officialTitleCell.InitUI(arenaMatchInfo.RealmLV, (int)arenaMatchInfo.TitleID, 0.55f); int[][] rewards = ArenaManager.Instance.fixedChallengeRewards; for (int i = 0; i < itemCells.Count; i++)