|  |  |  | @ -964,7 +964,7 @@ public class Guild extends AbstractWorldObject {@@ -964,7 +964,7 @@ public class Guild extends AbstractWorldObject { | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     public GuildCharterType getGuildType() { | 
			
		
	
		
			
				
					|  |  |  |  |         try { | 
			
		
	
		
			
				
					|  |  |  |  |             return GuildCharterType.templateLookup.get(this.charter);//GuildCharterType.values()[this.charter];
 | 
			
		
	
		
			
				
					|  |  |  |  |             return this.charter; | 
			
		
	
		
			
				
					|  |  |  |  |         } catch (Exception e) { | 
			
		
	
		
			
				
					|  |  |  |  |             Logger.error(e); | 
			
		
	
		
			
				
					|  |  |  |  |             return GuildCharterType.NONE; | 
			
		
	
	
		
			
				
					|  |  |  | 
 |