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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user