From 12d0e88346ddf05a5f6c3f65e9bfe27f647809d5 Mon Sep 17 00:00:00 2001 From: Subv Date: Tue, 14 Feb 2012 13:00:08 -0500 Subject: Core/Battlegrounds: Fix Ring of vallor pillar at arena start author: @p0ody --- src/server/game/Battlegrounds/Zones/BattlegroundRV.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/server/game/Battlegrounds/Zones/BattlegroundRV.cpp b/src/server/game/Battlegrounds/Zones/BattlegroundRV.cpp index 64167690633..3c3d5e1655b 100755 --- a/src/server/game/Battlegrounds/Zones/BattlegroundRV.cpp +++ b/src/server/game/Battlegrounds/Zones/BattlegroundRV.cpp @@ -102,6 +102,8 @@ void BattlegroundRV::StartingEventOpenDoors() setState(BG_RV_STATE_OPEN_FENCES); setTimer(BG_RV_FIRST_TIMER); + + TogglePillarCollision(true); } void BattlegroundRV::AddPlayer(Player* player) -- cgit v1.2.3