Revert "MMAP: Build ADT floor just like WMO floor below liquid (#27503)" (#28392)

This reverts commit 8a779268b601db28005a8348f3c21255718d4526.

(cherry picked from commit b69870630d816da60e75f40f0e8852c9d88591b9)
This commit is contained in:
Giacomo Pozzoni
2023-01-12 22:55:16 +01:00
committed by Shauren
parent 3b0777dd5a
commit 3bc9825b0d
@@ -448,6 +448,10 @@ namespace MMAP
minTLevel = h;
}
// terrain under the liquid?
if (minLLevel > maxTLevel)
useTerrain = false;
//liquid under the terrain?
if (minTLevel > maxLLevel)
useLiquid = false;