aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAnubisss <none@none>2009-09-12 13:14:25 +0200
committerAnubisss <none@none>2009-09-12 13:14:25 +0200
commit2798fe1866a90743b02dd571f888ddc116385cae (patch)
tree632ef3f00e4604f8d8aa67e722e3450efed7feb8 /src
parentf8c2fbcdc3401957865d36e462191917ff01f13d (diff)
*Revert r5588.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/Wintergrasp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Wintergrasp.cpp b/src/game/Wintergrasp.cpp
index d762b5bfed2..7fbb0e3964b 100644
--- a/src/game/Wintergrasp.cpp
+++ b/src/game/Wintergrasp.cpp
@@ -139,7 +139,7 @@ bool OPvPWintergrasp::SetupOutdoorPvP()
// add building to the list
TeamId teamId = x > POS_X_CENTER ? m_defender : OTHER_TEAM(m_defender);
m_buildingStates[guid] = new BuildingState((*poi)->worldState, teamId, m_defender != TEAM_ALLIANCE);
- if((*poi)->id == 2229)
+ if((*poi)->id == 2246)
{
m_gate = m_buildingStates[guid];
}