diff options
author | Spp <none@none> | 2010-01-26 14:35:27 +0100 |
---|---|---|
committer | Spp <none@none> | 2010-01-26 14:35:27 +0100 |
commit | 89d86e0c579d73fb4088752092eb5029e03615d6 (patch) | |
tree | 4931aba494220842cd44e4c76d802be7b78aae12 /src | |
parent | 341b8e04d52e5aa745dfd22ee3fd4ee6b4d8edb1 (diff) |
Disable Ring of Valor Arena
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/BattleGroundMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/BattleGroundMgr.cpp b/src/game/BattleGroundMgr.cpp index 2ff0205fca7..f36ddecb9e1 100644 --- a/src/game/BattleGroundMgr.cpp +++ b/src/game/BattleGroundMgr.cpp @@ -1515,7 +1515,7 @@ BattleGround * BattleGroundMgr::CreateNewBattleGround(BattleGroundTypeId bgTypeI if (bg_template->isArena()) { BattleGroundTypeId arenas[] = {BATTLEGROUND_RV, BATTLEGROUND_NA, BATTLEGROUND_BE, BATTLEGROUND_RL}; - uint32 arena_num = urand(0,3); + uint32 arena_num = urand(1,3); // Disable Ring of Valor due to LoS problems bgTypeId = arenas[arena_num]; bg_template = GetBattleGroundTemplate(bgTypeId); if (!bg_template) |