Browse Source

卡牌红点 隐藏补充

huangxiaoyue 2 years ago
parent
commit
a0e55395ac
1 changed files with 2 additions and 1 deletions
  1. 2 1
      GameClient/Assets/Game/HotUpdate/Data/RedDotDataManager.cs

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

@@ -283,7 +283,8 @@ namespace GFGGame
         /// <returns></returns>
         public bool GetCardRed(int cardId)
         {
-            return GetCardStarReward(cardId) || GetCardUpStarRed(cardId) || GetCardSkillsRed(cardId) || GetCardUpLvRed(cardId);
+            // GetCardUpStarRed(cardId) || GetCardUpLvRed(cardId) ||
+            return GetCardStarReward(cardId) || GetCardSkillsRed(cardId) ;
         }
 
         /// <summary>