mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
MMAP: Build ADT floor just like WMO floor below liquid (#27503)
Fixes ocean floor pathfinding
This commit is contained in:
@@ -493,10 +493,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