|  |  |  | @ -116,7 +116,7 @@ public class dbMobBaseHandler extends dbHandlerBase {@@ -116,7 +116,7 @@ public class dbMobBaseHandler extends dbHandlerBase { | 
			
		
	
		
			
				
					|  |  |  |  |     public void LOAD_ALL_MOBBASE_RACES() { | 
			
		
	
		
			
				
					|  |  |  |  |         MobBase.mobbase_race_types = new HashMap<>(); | 
			
		
	
		
			
				
					|  |  |  |  |         try (Connection connection = DbManager.getConnection(); | 
			
		
	
		
			
				
					|  |  |  |  |              PreparedStatement preparedStatement = connection.prepareStatement("SELECT * FROM `static_npc_mobbase_race`;")) { | 
			
		
	
		
			
				
					|  |  |  |  |              PreparedStatement preparedStatement = connection.prepareStatement("SELECT * FROM `static_npc_mobbase`;")) { | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |             ResultSet rs = preparedStatement.executeQuery(); | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  |  | 
 |