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