|  | @@ -924,7 +924,7 @@ public class EventSystemManager : Singleton<EventSystemManager>
 | 
	
		
			
				|  |  |              case 1:
 | 
	
		
			
				|  |  |                  if (eventConditionConfig.ConditionType == 1)
 | 
	
		
			
				|  |  |                  {
 | 
	
		
			
				|  |  | -                    conditionData.fishCount +=
 | 
	
		
			
				|  |  | +                    conditionData.fishCount =
 | 
	
		
			
				|  |  |                          (int)PlayerManager.Instance.BagController.GetItemCount(eventConditionConfig.ConditionPara[0]);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |                      if (IsEvenkLinkComplete(conditionData))
 |