feat(Core/Map): Allow disabling the blizzlike PvP line of sight checks (#11692)

This commit is contained in:
Skjalf
2022-05-11 13:06:56 -03:00
committed by GitHub
parent 1ad79e1901
commit b658ba582e
4 changed files with 17 additions and 0 deletions

View File

@@ -385,6 +385,13 @@ vmap.enableHeight = 1
vmap.petLOS = 1
# vmap.BlizzlikePvPLOS
# Description: Check line of sight for battleground and arena gameobjects and other doodads (such as WSG treestumps).
# Default: 1 - (Enabled, players will be able to fire spells through treestumps and other objects).
# 0 - (Disabled, players will NOT be able to fire spells through treestumps and other objects).
vmap.BlizzlikePvPLOS = 1
#
# vmap.enableIndoorCheck
# Description: VMap based indoor check to remove outdoor-only auras (mounts etc.).