|  |  | @ -70,7 +70,7 @@ public class Zone extends AbstractGameObject { | 
			
		
	
		
		
			
				
					
					|  |  |  |         this.parentZoneID = rs.getInt("parent"); |  |  |  |         this.parentZoneID = rs.getInt("parent"); | 
			
		
	
		
		
			
				
					
					|  |  |  |         this.playerCityUUID = rs.getInt("playerCityUUID"); |  |  |  |         this.playerCityUUID = rs.getInt("playerCityUUID"); | 
			
		
	
		
		
			
				
					
					|  |  |  |         this.isGuildZone = this.playerCityUUID != 0; |  |  |  |         this.isGuildZone = this.playerCityUUID != 0; | 
			
		
	
		
		
			
				
					
					|  |  |  |         this.zoneName = rs.getString("Name"); |  |  |  |         this.zoneName = rs.getString("zoneName"); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         this.xOffset = rs.getFloat("xOffset"); |  |  |  |         this.xOffset = rs.getFloat("xOffset"); | 
			
		
	
		
		
			
				
					
					|  |  |  |         this.zOffset = rs.getFloat("zOffset"); |  |  |  |         this.zOffset = rs.getFloat("zOffset"); | 
			
		
	
		
		
			
				
					
					|  |  |  |         this.yOffset = rs.getFloat("yOffset"); |  |  |  |         this.yOffset = rs.getFloat("yOffset"); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |