forked from MagicBane/Server
Opposite of 1006300 created as 1006301.
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user