소스 검색

卡牌红点 隐藏补充

huangxiaoyue 2 년 전
부모
커밋
a0e55395ac
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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>