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

Fixes ocean floor pathfinding

(cherry picked from commit 8a779268b6)
This commit is contained in:
killerwife
2022-01-01 15:19:40 +01:00
committed by Shauren
parent feb36f3f7d
commit c9b13f1897

View File

@@ -448,10 +448,6 @@ namespace MMAP
minTLevel = h;
}
// terrain under the liquid?
if (minLLevel > maxTLevel)
useTerrain = false;
//liquid under the terrain?
if (minTLevel > maxLLevel)
useLiquid = false;