|  |  |  | @ -632,6 +632,8 @@ public enum CombatManager {@@ -632,6 +632,8 @@ public enum CombatManager { | 
			
		
	
		
			
				
					|  |  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  |  |     public static void cancelAutoAttackJob(AbstractCharacter attacker, mbEnums.EquipSlotType slot) { | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         if(attacker.getObjectType().equals(mbEnums.GameObjectType.PlayerCharacter) == false) | 
			
		
	
		
			
				
					|  |  |  |  |             return; | 
			
		
	
		
			
				
					|  |  |  |  |         attacker.getTimestamps().put("Attack" + slot.name(), System.currentTimeMillis()); | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         //handle auto attack job creation
 | 
			
		
	
	
		
			
				
					|  |  |  | 
 |