|  |  |  | @ -103,7 +103,26 @@ public class Zone extends AbstractGameObject {@@ -103,7 +103,26 @@ public class Zone extends AbstractGameObject { | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     public static boolean skipZone(String name){ | 
			
		
	
		
			
				
					|  |  |  |  |         switch(name){ | 
			
		
	
		
			
				
					|  |  |  |  |             case "Kralgar Holm": | 
			
		
	
		
			
				
					|  |  |  |  |             case "Doomhorn Skrae": | 
			
		
	
		
			
				
					|  |  |  |  |             case "Ymur's Crown": | 
			
		
	
		
			
				
					|  |  |  |  |             case "Ecklund Wilds": | 
			
		
	
		
			
				
					|  |  |  |  |             case "Ragnir Holm": | 
			
		
	
		
			
				
					|  |  |  |  |             case "Aurrochs Skrae": | 
			
		
	
		
			
				
					|  |  |  |  |             case "Hregerend Wildlands": | 
			
		
	
		
			
				
					|  |  |  |  |             case "The Blood Sands": | 
			
		
	
		
			
				
					|  |  |  |  |             case "Vale of Nar Addad": | 
			
		
	
		
			
				
					|  |  |  |  |             case "Kharsoom": | 
			
		
	
		
			
				
					|  |  |  |  |             case "Leth'khalivar Desert": | 
			
		
	
		
			
				
					|  |  |  |  |             case "Thollok Marsh": | 
			
		
	
		
			
				
					|  |  |  |  |             case "The Black Bog": | 
			
		
	
		
			
				
					|  |  |  |  |             case "sevaath Mere": | 
			
		
	
		
			
				
					|  |  |  |  |                 return true; | 
			
		
	
		
			
				
					|  |  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |  |         return false; | 
			
		
	
		
			
				
					|  |  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  |  |     public static void serializeForClientMsg(Zone zone, ByteBufferWriter writer) { | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         if (zone.loadNum == 0 && zone.playerCityID == 0) | 
			
		
	
	
		
			
				
					|  |  |  | 
 |