mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 07:36:23 +00:00
feat(Core/Config): rework config and delete ACE inherited (#4608)
This commit is contained in:
@@ -1967,7 +1967,6 @@ NpcEvadeIfTargetIsUnreachable = 5
|
||||
|
||||
NpcRegenHPIfTargetIsUnreachable = 1
|
||||
|
||||
|
||||
# NpcRegenHPTimeIfTargetIsUnreachable
|
||||
# Description: Specifies the time (in seconds) that a creature whom target
|
||||
# is unreachable in raid to end up regenerate health.
|
||||
@@ -2768,16 +2767,16 @@ Battleground.QueueAnnouncer.PlayerOnly = 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