Opposite of 1006300 created as 1006301.

This commit is contained in:
2023-10-12 05:49:22 -04:00
parent a53c68054d
commit c1e1c730bb
2 changed files with 14 additions and 1 deletions
+3 -1
View File
@@ -107,9 +107,11 @@ public class Zone extends AbstractGameObject {
if (this.guild_zone) {
this.max_blend = 128;
this.min_blend = 128;
this.terrain_max_y = 5;
this.major_radius = (int) Enum.CityBoundsType.ZONE.halfExtents;
this.minor_radius = (int) Enum.CityBoundsType.ZONE.halfExtents;
this.terrain_type = "PLANAR";
this.terrain_type = "TARGA";
this.terrain_image = 1006301;
}
if (this.terrain_type.equals("NONE"))