|
|
@ -88,7 +88,7 @@ public class Realm { |
|
|
|
this.canPlaceCities = rs.getBoolean("canPlaceCities"); |
|
|
|
this.canPlaceCities = rs.getBoolean("canPlaceCities"); |
|
|
|
this.numCities = rs.getInt("numCities"); |
|
|
|
this.numCities = rs.getInt("numCities"); |
|
|
|
this.rulingCityUUID = rs.getInt("rulingCityUID"); |
|
|
|
this.rulingCityUUID = rs.getInt("rulingCityUID"); |
|
|
|
if (this.rulingCityUUID == 0) { |
|
|
|
if (this.rulingCityUUID != 0) { |
|
|
|
this.charterType = rs.getInt("charterType"); |
|
|
|
this.charterType = rs.getInt("charterType"); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
this.charterType = 0; |
|
|
|
this.charterType = 0; |
|
|
|