| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -154,6 +154,7 @@ public class ApplyRuneMsg extends ClientNetMsg { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            ConcurrentHashMap<Integer, Boolean> promotionClasses = rb.getPromotionClass(); | 
					 | 
					 | 
					 | 
					            ConcurrentHashMap<Integer, Boolean> promotionClasses = rb.getPromotionClass(); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            if (promotionClasses.size() > 0) { | 
					 | 
					 | 
					 | 
					            if (promotionClasses.size() > 0) { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                int promotionClassID = playerCharacter.getPromotionClassID(); | 
					 | 
					 | 
					 | 
					                int promotionClassID = playerCharacter.getPromotionClassID(); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                int baseClassID = playerCharacter.getBaseClassID(); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                boolean valid = false; | 
					 | 
					 | 
					 | 
					                boolean valid = false; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                for (int validID : promotionClasses.keySet()) { | 
					 | 
					 | 
					 | 
					                for (int validID : promotionClasses.keySet()) { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                    if (validID == promotionClassID) { | 
					 | 
					 | 
					 | 
					                    if (validID == promotionClassID) { | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					 | 
					@ -171,6 +172,8 @@ public class ApplyRuneMsg extends ClientNetMsg { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                    valid = true; | 
					 | 
					 | 
					 | 
					                    valid = true; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                if(runeID == 3028 && (raceID == 2013 || raceID == 2014) && playerCharacter.getBaseClassID() == 2501) | 
					 | 
					 | 
					 | 
					                if(runeID == 3028 && (raceID == 2013 || raceID == 2014) && playerCharacter.getBaseClassID() == 2501) | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                    valid = true; | 
					 | 
					 | 
					 | 
					                    valid = true; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                if(runeID == 3035 && baseClassID == 2501) | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                    valid = true; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                if (!valid) { | 
					 | 
					 | 
					 | 
					                if (!valid) { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                    return false; | 
					 | 
					 | 
					 | 
					                    return false; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                } | 
					 | 
					 | 
					 | 
					                } | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |