|  |  | @ -195,7 +195,8 @@ public enum ChatManager { | 
			
		
	
		
		
			
				
					
					|  |  |  |             for(Item i : pc.getCharItemManager().getInventory()){ |  |  |  |             for(Item i : pc.getCharItemManager().getInventory()){ | 
			
		
	
		
		
			
				
					
					|  |  |  |                 ItemBase ib = i.getItemBase(); |  |  |  |                 ItemBase ib = i.getItemBase(); | 
			
		
	
		
		
			
				
					
					|  |  |  |                 if(ib.isGlass() || ib.getType().equals(Enum.ItemType.CONTRACT) || ib.isVorg() || ib.getType().equals(Enum.ItemType.RUNE) |  |  |  |                 if(ib.isGlass() || ib.getType().equals(Enum.ItemType.CONTRACT) || ib.isVorg() || ib.getType().equals(Enum.ItemType.RUNE) | 
			
		
	
		
		
			
				
					
					|  |  |  |                         || ib.getType().equals(Enum.ItemType.SCROLL) || ib.getType().equals(Enum.ItemType.POTION)) |  |  |  |                         || ib.getType().equals(Enum.ItemType.SCROLL) || ib.getType().equals(Enum.ItemType.POTION) || ib.getType().equals(Enum.ItemType.RESOURCE) | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                         || ib.getType().equals(Enum.ItemType.OFFERING) || ib.getType().equals(Enum.ItemType.REALMCHARTER)) | 
			
		
	
		
		
			
				
					
					|  |  |  |                     continue; |  |  |  |                     continue; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |                 int value = ib.getBaseValue(); |  |  |  |                 int value = ib.getBaseValue(); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |