diff options
| author | Spp <none@none> | 2010-03-13 00:47:24 +0100 |
|---|---|---|
| committer | Spp <none@none> | 2010-03-13 00:47:24 +0100 |
| commit | ff89bad0fea3148b840e6f416476ed3073837672 (patch) | |
| tree | 1baab4183d4bdcbca6cd326cbfe973c6e70bc820 /src/trinitycore | |
| parent | e1a8e1b2c9fd951665ca06a771cdf27a7be363de (diff) | |
Allow Battlegrounds and arenas to be disabled by DB.
wtlk arenas disabled by default.
- Player will continue to see all bgs using UI, but won't be able to join disabled bg's
- Gossip menu not shown for disabled Bgs/arenas
- Id 6 disabled = all arenas disabled.
- Only id 6 arena enabled = Gossip shown but unable to join any arena
--HG--
branch : trunk
Diffstat (limited to 'src/trinitycore')
| -rw-r--r-- | src/trinitycore/trinitycore.conf.dist | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/trinitycore/trinitycore.conf.dist b/src/trinitycore/trinitycore.conf.dist index 43efc8e095d..32c7a563cb1 100644 --- a/src/trinitycore/trinitycore.conf.dist +++ b/src/trinitycore/trinitycore.conf.dist @@ -1714,11 +1714,6 @@ BattleGround.PremadeGroupWaitForMatch = 1800000 # Start personal rating on entry in team # Default: 1500 # -# Arena.LK.ArenasEnable -# Enable or Disable new WoTLK Arenas: Ring of Valor and Dalaran Sewers. These arenas have a problem of Line of The Side. -# Default: 0 (Disable) -# 1 (Enable) -# ############################################################################### Arena.MaxRatingDifference = 150 @@ -1731,7 +1726,6 @@ Arena.ArenaSeason.ID = 1 Arena.ArenaSeason.InProgress = 1 Arena.ArenaStartRating = 0 Arena.ArenaStartPersonalRating = 0 -Arena.LK.ArenasEnable = 0 ############################################################################### # NETWORK CONFIG |
