zhangyuqian пре 1 година
родитељ
комит
974f32a801
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Data/RedDotDataManager.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Data/RedDotDataManager.cs

@@ -797,7 +797,7 @@ namespace GFGGame
         /// <returns></returns>
         /// <returns></returns>
         public bool GetDailyWelfareRed()
         public bool GetDailyWelfareRed()
         {
         {
-            return GetLimiteChargeRewardRed() || GetSevenDayLoginRed() || DailySignRed() || DailySupplyRed();
+            return GetLimiteChargeRewardRed() || GetSevenDayLoginRed() || DailySignRed() || DailySupplyRed() || GetLimiteChargeRewardRed(501);
         }
         }
         /// <summary>
         /// <summary>
         ///福利大厅-限时累充可领奖励红点
         ///福利大厅-限时累充可领奖励红点