diff options
author | click <none@none> | 2010-05-26 13:15:35 +0200 |
---|---|---|
committer | click <none@none> | 2010-05-26 13:15:35 +0200 |
commit | 3718dfa94f2ad4bcfdb9f3260de56ba4c1f68be0 (patch) | |
tree | 290ca5e732d8178e0ec57eb7874b9cdd98fffe1e /src/trinitycore | |
parent | 28b9e104a81fa169707e71f3e2f2ea687729477b (diff) |
Fix statistics for random battlegrounds (by footman) + add missing configoption for when to reset random BGs
--HG--
branch : trunk
Diffstat (limited to 'src/trinitycore')
-rw-r--r-- | src/trinitycore/trinitycore.conf.dist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/trinitycore/trinitycore.conf.dist b/src/trinitycore/trinitycore.conf.dist index ceeedcaa125..cdc563bcf2d 100644 --- a/src/trinitycore/trinitycore.conf.dist +++ b/src/trinitycore/trinitycore.conf.dist @@ -1667,6 +1667,10 @@ AutoBroadcast.Timer = 60000 # Default: 0 (disable) # 1 (enable) # +# Battleground.Random.ResetHour +# Reset random battlegrounds at specified hour of the day (0-23) +# Default: 6 +# ############################################################################### Battleground.CastDeserter = 1 @@ -1676,6 +1680,7 @@ Battleground.InvitationType = 0 BattleGround.PrematureFinishTimer = 300000 BattleGround.PremadeGroupWaitForMatch = 1800000 Battleground.GiveXPForKills = 0 +Battleground.Random.ResetHour = 6 ############################################################################### # ARENA CONFIG |