mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-16 10:20:27 +00:00
Compile bug fixes.
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user