|  |  |  | @ -395,9 +395,15 @@ public class City extends AbstractWorldObject {@@ -395,9 +395,15 @@ public class City extends AbstractWorldObject { | 
			
		
	
		
			
				
					|  |  |  |  |                         //open city, just list
 | 
			
		
	
		
			
				
					|  |  |  |  |                         if (city.open && city.getTOL() != null && city.getTOL().getRank() > 4) { | 
			
		
	
		
			
				
					|  |  |  |  |                             cities.add(city); | 
			
		
	
		
			
				
					|  |  |  |  |                         }else if(city.getGuild().getNation().equals(pc.guild.getNation())){ | 
			
		
	
		
			
				
					|  |  |  |  |                         }else { | 
			
		
	
		
			
				
					|  |  |  |  |                             try { | 
			
		
	
		
			
				
					|  |  |  |  |                                 if (city.getGuild().getNation().equals(pc.guild.getNation())) { | 
			
		
	
		
			
				
					|  |  |  |  |                                     cities.add(city); | 
			
		
	
		
			
				
					|  |  |  |  |                                 } | 
			
		
	
		
			
				
					|  |  |  |  |                             }catch(Exception e){ | 
			
		
	
		
			
				
					|  |  |  |  |                                 Logger.error(e); | 
			
		
	
		
			
				
					|  |  |  |  |                             } | 
			
		
	
		
			
				
					|  |  |  |  |                         } | 
			
		
	
		
			
				
					|  |  |  |  |                     } | 
			
		
	
		
			
				
					|  |  |  |  |                 } else if (city.isNpc == 1) { | 
			
		
	
		
			
				
					|  |  |  |  |                     //list NPC cities
 | 
			
		
	
	
		
			
				
					|  |  |  | 
 |