Compile bug fixes.

This commit is contained in:
whipowill
2022-05-18 15:48:03 -05:00
parent 972735747d
commit 16ef1fc76c
2 changed files with 5 additions and 5 deletions

View File

@@ -350,7 +350,7 @@ Map* WorldPosition::getMap()
return sMapMgr->FindMap(GetMapId(), getMapEntry()->Instanceable() ? getInstanceId() : 0);
}
const float WorldPosition::getHeight()
float WorldPosition::getHeight() // remove const - whipowill
{
return getMap()->GetHeight(getX(), getY(), getZ());
}