fix(Core/mmaps): Set the maximum slope angle to 45 degrees for the Dark Portal area. (#23611)

This commit is contained in:
Anton Popovichenko 2025-12-02 23:08:38 +01:00 committed by GitHub
parent 7ac5a527e1
commit 868beb9e10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
#