System/Mount/MountModel.cs
@@ -338,8 +338,8 @@ var id = HorseStarUpConfig.horseIDToIDs[horseID][star]; var nextStarConfig = HorseStarUpConfig.Get(id); List<int[]> awards = nextStarConfig.StarUpNeedItemList; for (int i = 0; i < awards.Count; i++) var awards = nextStarConfig.StarUpNeedItemList; for (int i = 0; i < awards.Length; i++) { if (playerPack.GetItemCountByID(PackType.Item, awards[i][0]) < awards[i][1]) return;