mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/MMaps: Allow loading mmap meshes per map instance
This commit is contained in:
@@ -290,6 +290,7 @@ void Map::EnsureGridCreated(GridCoord const& p)
|
||||
int gy = (MAX_NUMBER_OF_GRIDS - 1) - p.y_coord;
|
||||
|
||||
m_terrain->LoadMapAndVMap(gx, gy);
|
||||
m_terrain->LoadMMap(GetInstanceId(), gx, gy);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user