*Correct POI for Wintergrasp's gate. This fix the bug that the battle doesn't start. Patch by Trazom.

--HG--
branch : trunk
This commit is contained in:
Anubisss
2009-09-08 14:29:14 +02:00
parent e72065780a
commit c06a52b433
+1 -1
View File
@@ -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 == 2246)
if((*poi)->id == 2229)
{
m_gate = m_buildingStates[guid];
}