| 
					
				 | 
			
			
				@@ -56,7 +56,7 @@ namespace GFGGame 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if (!(response is { Error: ErrorCode.ERR_Success })) return false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             for (int i = 0; i < MiniGameDateManager.Instance.gameinfoList.Count; i++) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                if (MiniGameDateManager.Instance.gameinfoList[i].GameType == 2) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                if (MiniGameDateManager.Instance.gameinfoList[i].GameType == 2 && MiniGameDateManager.Instance.gameinfoList[i].FirstPassRewardStatus != response.GameInfo.FirstPassRewardStatus) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     MiniGameDateManager.Instance.gameinfoList[i] = response.GameInfo; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } 
			 |