mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(Core/mmaps): Set the maximum slope angle to 45 degrees for the Dark Portal area. (#23611)
This commit is contained in:
committed by
GitHub
parent
7ac5a527e1
commit
868beb9e10
@@ -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.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user