浏览代码

卡牌红点 隐藏补充

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>