| 
					
				 | 
			
			
				@@ -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> 
			 |