mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
Core/Config: Disable petlos by default
This commit is contained in:
@@ -305,10 +305,10 @@ vmap.ignoreSpellIds = "7720"
|
||||
#
|
||||
# vmap.petLOS
|
||||
# Description: Check line of sight for pets, to avoid them attacking through walls.
|
||||
# Default: 1 - (Enabled, each pet attack will be checked for line of sight)
|
||||
# Default: 1 - (Enabled, each pet attack will be checked for line of sight - not recommended if mmaps is enabled!)
|
||||
# 0 - (Disabled, somewhat less CPU usage)
|
||||
|
||||
vmap.petLOS = 1
|
||||
vmap.petLOS = 0
|
||||
|
||||
#
|
||||
# vmap.enableIndoorCheck
|
||||
|
||||
Reference in New Issue
Block a user