| 
					
				 | 
			
			
				@@ -81,7 +81,7 @@ namespace Fort23.Mono 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     sentimentEffectWidget.CustomInit(sentimentEffectWidget.sentimentProperty); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 foreach (var sentimentEffectWidget in sentimentEffectWidgets) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     sentimentEffectWidget.UpdateXian(); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -114,7 +114,7 @@ namespace Fort23.Mono 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 int level = curretnSentimentProperty.level <= 0 ? 1 : curretnSentimentProperty.level; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                int conFigId = curretnSentimentProperty.groupId * 100 + level + 1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                int conFigId = curretnSentimentProperty.groupId * 10 + level; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 SentimentEffectConfig sentimentEffectConfig = 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     ConfigComponent.Instance.Get<SentimentEffectConfig>(conFigId); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |