mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user