mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-11-10 12:24:22 +08:00
Manager to Mgr
This commit is contained in:
parent
bb18ac07df
commit
f0e28838dc
@ -1190,7 +1190,7 @@ float Map::GetHeightAccurate(float x, float y, float z, float radius, bool check
|
||||
float vmapHeight = VMAP_INVALID_HEIGHT_VALUE;
|
||||
if (checkVMap)
|
||||
{
|
||||
VMAP::IVMapManager* vmgr = VMAP::VMapFactory::createOrGetVMapManager();
|
||||
VMAP::IVMapMgr* vmgr = VMAP::VMapFactory::createOrGetVMapMgr();
|
||||
vmapHeight = vmgr->getHeight(GetId(), x, y, z, maxSearchDist); // VMAP: same criterion as GetHeight
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user