|  | @@ -60,6 +60,7 @@ namespace Fort23.Mono
 | 
	
		
			
				|  |  |                              {
 | 
	
		
			
				|  |  |                                  AccountFileInfo.Instance.playerData.divineSensePoint +=
 | 
	
		
			
				|  |  |                                      itemInfo.config.associateVlaue[0];
 | 
	
		
			
				|  |  | +                                EventManager.Instance.Dispatch(CustomEventType.DivineSensePointChange, null);
 | 
	
		
			
				|  |  |                                  PlayerManager.Instance.BagController.DeductItem(itemInfo.config.ID, 1);
 | 
	
		
			
				|  |  |                              }
 | 
	
		
			
				|  |  |                          }
 | 
	
	
		
			
				|  | @@ -81,6 +82,7 @@ namespace Fort23.Mono
 | 
	
		
			
				|  |  |                          AccountFileInfo.Instance.playerData.divineSensePoint +=
 | 
	
		
			
				|  |  |                              itemConfig.associateVlaue[0];
 | 
	
		
			
				|  |  |                          PlayerManager.Instance.BagController.DeductItem(itemConfig.ID, 1);
 | 
	
		
			
				|  |  | +                        EventManager.Instance.Dispatch(CustomEventType.DivineSensePointChange, null);
 | 
	
		
			
				|  |  |                          UIManager.Instance.GetComponent<DivineSenceRestoredPanel>().CreatWidget();
 | 
	
		
			
				|  |  |                      }
 | 
	
		
			
				|  |  |                      else
 |