hch
6 天以前 cb653cf75b17b9bdca0b5b9e6b88edf1ca72e90c
Main/System/MainLevel/MainLevelDropCell.cs
@@ -39,12 +39,15 @@
        {
            lockImg.SetActive(false);
            int maxValue = 0;
            for (int i = 0; i < config.DailyBootyUpperList.Length; i++)
            {
                if (config.DailyBootyUpperList[i][0] == itemID)
            if (config.DailyBootyUpperList != null)
            {
                for (int i = 0; i < config.DailyBootyUpperList.Length; i++)
                {
                    maxValue = config.DailyBootyUpperList[i][1];
                    break;
                    if (config.DailyBootyUpperList[i][0] == itemID)
                    {
                        maxValue = config.DailyBootyUpperList[i][1];
                        break;
                    }
                }
            }
            int curValue = 0;