mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Add config options.
This commit is contained in:
@@ -266,6 +266,21 @@ PlayerSave.Stats.MinLevel = 0
|
||||
|
||||
PlayerSave.Stats.SaveOnlyOnLogout = 1
|
||||
|
||||
#
|
||||
# mmap.enablePathFinding
|
||||
# Description: Enable/Disable pathfinding using mmaps
|
||||
# Default: 1 - (Enabled)
|
||||
# 0 - (Disabled)
|
||||
|
||||
mmap.enablePathFinding = 1
|
||||
|
||||
#
|
||||
# mmap.ignoreMapIds
|
||||
# Disable mmap pathfinding on the listed maps.
|
||||
# List of map ids with delimiter ','
|
||||
|
||||
mmap.ignoreMapIds = ""
|
||||
|
||||
#
|
||||
# vmap.enableLOS
|
||||
# vmap.enableHeight
|
||||
|
||||
Reference in New Issue
Block a user