|  |  |  | @ -102,9 +102,12 @@ public class HourlyJobThread implements Runnable {@@ -102,9 +102,12 @@ public class HourlyJobThread implements Runnable { | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 			for (Mine mine : mines) { | 
			
		
	
		
			
				
					|  |  |  |  | 				try { | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 					int foo; | 
			
		
	
		
			
				
					|  |  |  |  | 					// Open Errant Mines
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 					if (mine.getBuildingID() == 1250) | 
			
		
	
		
			
				
					|  |  |  |  | 						foo = 1; | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 					if (mine.getOwningGuild().isErrant()) { | 
			
		
	
		
			
				
					|  |  |  |  | 						mine.handleStartMineWindow(); | 
			
		
	
		
			
				
					|  |  |  |  | 						Mine.setLastChange(System.currentTimeMillis()); | 
			
		
	
	
		
			
				
					|  |  |  | 
 |