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

This reverts commit 8a779268b6.

(cherry picked from commit b69870630d)
This commit is contained in:
Giacomo Pozzoni
2022-11-02 14:53:05 +01:00
committed by Shauren
parent 3b0777dd5a
commit 3bc9825b0d

View File

@@ -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;