mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-30 17:13:47 +00:00
fix(Core/Tools): Revert "Handle different slopes in mmaps and Add so… (#12111)
...me more input parameters to improve"
This reverts commit b544eb420e.
Fixes #12079
This commit is contained in:
@@ -147,8 +147,7 @@ namespace MMAP
|
||||
{
|
||||
friend class TileBuilder;
|
||||
public:
|
||||
MapBuilder(Optional<float> maxWalkableAngle,
|
||||
Optional<float> maxWalkableAngleNotSteep,
|
||||
MapBuilder(float maxWalkableAngle,
|
||||
bool skipLiquid,
|
||||
bool skipContinents,
|
||||
bool skipJunkMaps,
|
||||
@@ -204,8 +203,7 @@ namespace MMAP
|
||||
bool m_skipBattlegrounds;
|
||||
bool m_skipLiquid;
|
||||
|
||||
Optional<float> m_maxWalkableAngle;
|
||||
Optional<float> m_maxWalkableAngleNotSteep;
|
||||
float m_maxWalkableAngle;
|
||||
bool m_bigBaseUnit;
|
||||
int32 m_mapid;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user