Partial refactor.

This commit is contained in:
2023-10-08 09:49:49 -04:00
parent 0ce9ec3ae2
commit 4b62517d99
5 changed files with 69 additions and 258 deletions
-5
View File
@@ -12,7 +12,6 @@ package engine.objects;
import engine.Enum;
import engine.Enum.*;
import engine.InterestManagement.RealmMap;
import engine.InterestManagement.Terrain;
import engine.InterestManagement.WorldGrid;
import engine.db.archive.CityRecord;
import engine.db.archive.DataWarehouse;
@@ -587,10 +586,6 @@ public class City extends AbstractWorldObject {
0.0f);
this.setBounds(cityBounds);
if (zone.getHeightMap() == null && this.isNpc == 1 && this.getObjectUUID() != 1213) {
Terrain.GenerateCustomHeightMap(zone);
Logger.info(zone.zoneName + " created custom heightmap");
}
} catch (Exception e) {
Logger.error(e);
}