mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
feat(Core/Map): Allow disabling the blizzlike PvP line of sight checks (#11692)
This commit is contained in:
@@ -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.).
|
||||
|
||||
Reference in New Issue
Block a user