forked from MagicBane/Server
Opposite of 1006300 created as 1006301.
This commit is contained in:
@@ -43,7 +43,10 @@ public class Terrain {
|
||||
// terrains share.
|
||||
|
||||
if (this.zone.terrain_type.equals("PLANAR"))
|
||||
this.heightmap = 1006300;
|
||||
if (this.zone.guild_zone)
|
||||
this.heightmap = 1006301;
|
||||
else
|
||||
this.heightmap = 1006300;
|
||||
|
||||
// Load pixel data for this terrain from cache
|
||||
|
||||
|
||||
@@ -110,8 +110,7 @@ public class Zone extends AbstractGameObject {
|
||||
this.terrain_max_y = 5;
|
||||
this.major_radius = (int) Enum.CityBoundsType.ZONE.halfExtents;
|
||||
this.minor_radius = (int) Enum.CityBoundsType.ZONE.halfExtents;
|
||||
this.terrain_type = "TARGA";
|
||||
this.terrain_image = 1006301;
|
||||
this.terrain_type = "PLANAR";
|
||||
}
|
||||
|
||||
if (this.terrain_type.equals("NONE"))
|
||||
|
||||
Reference in New Issue
Block a user