| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -71,7 +71,7 @@ public class dbZoneHandler extends dbHandlerBase { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    public void LOAD_ALL_ZONE_TEMPLATES() { | 
					 | 
					 | 
					 | 
					    public void LOAD_ALL_ZONE_TEMPLATES() { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        try (Connection connection = DbManager.getConnection(); | 
					 | 
					 | 
					 | 
					        try (Connection connection = DbManager.getConnection(); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					             PreparedStatement preparedStatement = connection.prepareStatement("SELECT * FROM static_building_blueprint")) { | 
					 | 
					 | 
					 | 
					             PreparedStatement preparedStatement = connection.prepareStatement("SELECT * FROM static_zone_templates")) { | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            ResultSet rs = preparedStatement.executeQuery(); | 
					 | 
					 | 
					 | 
					            ResultSet rs = preparedStatement.executeQuery(); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |