mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-02 15:17:27 +01:00
Core/Config: Fix 3 more missing config warnings
Closes #16861
Thanks tkrokli
(cherry picked from commit 0afcefea27)
This commit is contained in:
@@ -330,6 +330,13 @@ PlayerSave.Stats.MinLevel = 0
|
||||
|
||||
PlayerSave.Stats.SaveOnlyOnLogout = 1
|
||||
|
||||
#
|
||||
# DisconnectToleranceInterval
|
||||
# Description: Tolerance (in seconds) for disconnected players before reentering the queue.
|
||||
# Default: 0 (disabled)
|
||||
|
||||
DisconnectToleranceInterval = 0
|
||||
|
||||
#
|
||||
# mmap.enablePathFinding
|
||||
# Description: Enable/Disable pathfinding using mmaps - recommended.
|
||||
@@ -2248,16 +2255,16 @@ Battleground.InvitationType = 0
|
||||
# Default: 300000 - (Enabled, 5 minutes)
|
||||
# 0 - (Disabled, Not recommended)
|
||||
|
||||
BattleGround.PrematureFinishTimer = 300000
|
||||
Battleground.PrematureFinishTimer = 300000
|
||||
|
||||
#
|
||||
# BattleGround.PremadeGroupWaitForMatch
|
||||
# Battleground.PremadeGroupWaitForMatch
|
||||
# Description: Time (in milliseconds) a pre-made group has to wait for matching group of the
|
||||
# other faction.
|
||||
# Default: 1800000 - (Enabled, 30 minutes)
|
||||
# 0 - (Disabled, Not recommended)
|
||||
|
||||
BattleGround.PremadeGroupWaitForMatch = 1800000
|
||||
Battleground.PremadeGroupWaitForMatch = 1800000
|
||||
|
||||
#
|
||||
# Battleground.GiveXPForKills
|
||||
|
||||
Reference in New Issue
Block a user