forked from MagicBane/Server
class and table schema now conform to JSON
This commit is contained in:
@@ -191,7 +191,7 @@ public class HeightMap {
|
||||
|
||||
HeightMap heightMap = new HeightMap(zone);
|
||||
|
||||
HeightMap.heightmapByLoadNum.put(zone.zoneTemplate, heightMap);
|
||||
HeightMap.heightmapByLoadNum.put(zone.template, heightMap);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user