diff options
author | Subv <s.v.h21@hotmail.com> | 2012-02-14 13:00:08 -0500 |
---|---|---|
committer | Subv <s.v.h21@hotmail.com> | 2012-02-14 13:00:08 -0500 |
commit | 12d0e88346ddf05a5f6c3f65e9bfe27f647809d5 (patch) | |
tree | d9f796678eb13b9a72a4a32be2ffd8aff3c5f096 /src | |
parent | 8a72aede1641ae19d539ed807e3bb0458c7a65e8 (diff) |
Core/Battlegrounds: Fix Ring of vallor pillar at arena start
author: @p0ody
Diffstat (limited to 'src')
-rwxr-xr-x | src/server/game/Battlegrounds/Zones/BattlegroundRV.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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) |