Opposite of 1006300 created as 1006301.

This commit is contained in:
2023-10-12 06:01:55 -04:00
parent c1e1c730bb
commit d15b8a5246
2 changed files with 5 additions and 3 deletions
+4 -1
View File
@@ -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