System/Mount/MountSkinWin.cs
@@ -284,7 +284,7 @@ } } List<int[]> awards = new List<int[]>(); int[][] awards = new int[][] { }; if (star != maxStar) { var id = HorseStarUpConfig.horseIDToIDs[signHorseID][star]; @@ -294,7 +294,7 @@ for (int i = 0; i < itemCells.Count; i++) { if (i < awards.Count) if (i < awards.Length) { itemCells[i].SetActive(true); int itemID = awards[i][0];