|  |  |  | @ -387,8 +387,6 @@ public class MobileFSM {@@ -387,8 +387,6 @@ public class MobileFSM { | 
			
		
	
		
			
				
					|  |  |  |  |             // No aggro for this race type
 | 
			
		
	
		
			
				
					|  |  |  |  |             if (aiAgent.notEnemy.contains(loadedPlayer.getRace().getRaceType().getMonsterType())) | 
			
		
	
		
			
				
					|  |  |  |  |                 continue; | 
			
		
	
		
			
				
					|  |  |  |  |             if(!aiAgent.enemy.contains(loadedPlayer.getRace().getRaceType().getMonsterType())) | 
			
		
	
		
			
				
					|  |  |  |  |                 continue; | 
			
		
	
		
			
				
					|  |  |  |  |             if (MovementUtilities.inRangeToAggro(aiAgent, loadedPlayer)) { | 
			
		
	
		
			
				
					|  |  |  |  |                 aiAgent.setCombatTarget(loadedPlayer); | 
			
		
	
		
			
				
					|  |  |  |  |                 return; | 
			
		
	
	
		
			
				
					|  |  |  | 
 |