mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-12-15 14:50:44 -08:00
fix(Core/mmaps): Set the maximum slope angle to 45 degrees for the Dark Portal area. (#23611)
This commit is contained in:
parent
7ac5a527e1
commit
868beb9e10
1 changed files with 5 additions and 0 deletions
|
|
@ -119,6 +119,11 @@ mmapsConfig:
|
|||
# https://github.com/azerothcore/azerothcore-wotlk/pull/22462#issuecomment-3067024680
|
||||
walkableSlopeAngle: 45
|
||||
|
||||
"530": # Outland
|
||||
tilesOverrides:
|
||||
"32,30": # Dark portal
|
||||
walkableSlopeAngle: 45 # https://github.com/chromiecraft/chromiecraft/issues/8404#issuecomment-3476012660
|
||||
|
||||
# debugOutput generates debug files in the `meshes` directory for use with RecastDemo.
|
||||
# This is useful for inspecting and debugging mmap generation visually.
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue