Main/System/MainLevel/MainLevelDropCell.cs
@@ -39,6 +39,8 @@ { lockImg.SetActive(false); int maxValue = 0; if (config.DailyBootyUpperList != null) { for (int i = 0; i < config.DailyBootyUpperList.Length; i++) { if (config.DailyBootyUpperList[i][0] == itemID) @@ -47,6 +49,7 @@ break; } } } int curValue = 0; MainLevelManager.Instance.m_DailyBootyDict.TryGetValue(itemID, out curValue); dropValueText.text = UIHelper.AppendColor(curValue >= maxValue ? TextColType.Red : TextColType.Green,