mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Mmaps: Revert a bad change
Closes #22470 by xvwyh
this doesn't needs to re-extract mmaps.
(cherry picked from commit 58e297da10)
This commit is contained in:
@@ -102,7 +102,6 @@ inline float dtQueryFilter::getCost(const float* pa, const float* pb,
|
||||
|
||||
static const float H_SCALE = 0.999f; // Search heuristic scale.
|
||||
|
||||
|
||||
dtNavMeshQuery* dtAllocNavMeshQuery()
|
||||
{
|
||||
void* mem = dtAlloc(sizeof(dtNavMeshQuery), DT_ALLOC_PERM);
|
||||
|
||||
Reference in New Issue
Block a user