forked from MagicBane/Server
Set parent zone properly
This commit is contained in:
@@ -102,7 +102,7 @@ public class Terrain {
|
|||||||
// Retrieve the next zone with a terrain defined.
|
// Retrieve the next zone with a terrain defined.
|
||||||
|
|
||||||
Zone terrainZone = getNextZoneWithTerrain(zone);
|
Zone terrainZone = getNextZoneWithTerrain(zone);
|
||||||
Zone parentZone = getNextZoneWithTerrain(zone);
|
Zone parentZone = getNextZoneWithTerrain(zone.parent);
|
||||||
|
|
||||||
// Transform world loc into zone space coordinate system
|
// Transform world loc into zone space coordinate system
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user