|  | @@ -60,7 +60,7 @@ namespace GFGGame
 | 
	
		
			
				|  |  |                      FunctionOpenDataManager.Instance.CheckHasSpecialFunOpen();
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  | -            if ((itemCfg.itemType == ConstItemType.ITEM || itemCfg.itemType == ConstItemType.GIFT_BAG) &&
 | 
	
		
			
				|  |  | +            if ((itemCfg.itemType == ConstItemType.ITEM || itemCfg.itemType == ConstItemType.USEABLE) &&
 | 
	
		
			
				|  |  |                  itemData.num > 0)
 | 
	
		
			
				|  |  |              {
 | 
	
		
			
				|  |  |                  BagDataManager.Instance.Add(itemData);
 | 
	
	
		
			
				|  | @@ -100,7 +100,7 @@ namespace GFGGame
 | 
	
		
			
				|  |  |                      {
 | 
	
		
			
				|  |  |                          BagDataManager.Instance.Remove(itemID);
 | 
	
		
			
				|  |  |                      }
 | 
	
		
			
				|  |  | -                    if (itemCfg.itemType == ConstItemType.GIFT_BAG)
 | 
	
		
			
				|  |  | +                    if (itemCfg.itemType == ConstItemType.USEABLE)
 | 
	
		
			
				|  |  |                      {
 | 
	
		
			
				|  |  |                          BagDataManager.Instance.Remove(itemID);
 | 
	
		
			
				|  |  |                      }
 |