|  |  |  | @ -80,14 +80,19 @@ public class Realm {@@ -80,14 +80,19 @@ public class Realm { | 
			
		
	
		
			
				
					|  |  |  |  |             this.canBeClaimed = false; | 
			
		
	
		
			
				
					|  |  |  |  |             this.canPlaceCities = false; | 
			
		
	
		
			
				
					|  |  |  |  |             this.numCities = 0; | 
			
		
	
		
			
				
					|  |  |  |  |             this.rulingCityUUID = 0; | 
			
		
	
		
			
				
					|  |  |  |  |             this.charterType = 0; | 
			
		
	
		
			
				
					|  |  |  |  |             this.realmName = "Plagued Land"; | 
			
		
	
		
			
				
					|  |  |  |  |         }else { | 
			
		
	
		
			
				
					|  |  |  |  |             this.canBeClaimed = rs.getBoolean("canBeClaimed"); | 
			
		
	
		
			
				
					|  |  |  |  |             this.canPlaceCities = rs.getBoolean("canPlaceCities"); | 
			
		
	
		
			
				
					|  |  |  |  |             this.numCities = rs.getInt("numCities"); | 
			
		
	
		
			
				
					|  |  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |  |         this.realmName = rs.getString("realmName"); | 
			
		
	
		
			
				
					|  |  |  |  |             this.rulingCityUUID = rs.getInt("rulingCityUID"); | 
			
		
	
		
			
				
					|  |  |  |  |             this.charterType = rs.getInt("charterType"); | 
			
		
	
		
			
				
					|  |  |  |  |             this.realmName = rs.getString("realmName"); | 
			
		
	
		
			
				
					|  |  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         java.sql.Timestamp ruledTimeStamp = rs.getTimestamp("ruledSince"); | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  |  | 
 |