diff options
author | Taser <none@none> | 2011-01-10 22:31:57 +0100 |
---|---|---|
committer | Machiavelli <machiavelli.trinity@gmail.com> | 2011-01-10 22:31:57 +0100 |
commit | 1a5554ccb5267086c3d8a2d9feb10f23d78ac67d (patch) | |
tree | 1b491e869278478facb86082fc44b829d8e22ad0 /src | |
parent | 870add0a3d25cb97ae8e1407ec1ee96c99d89a10 (diff) |
Core/Battlegrounds: Fix Fel Reaver Ruins capturepoint in Eye of the Storm
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
Diffstat (limited to 'src')
-rwxr-xr-x | src/server/game/Battlegrounds/Zones/BattlegroundEY.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Battlegrounds/Zones/BattlegroundEY.h b/src/server/game/Battlegrounds/Zones/BattlegroundEY.h index 1112f40c0c6..86d9569ae43 100755 --- a/src/server/game/Battlegrounds/Zones/BattlegroundEY.h +++ b/src/server/game/Battlegrounds/Zones/BattlegroundEY.h @@ -254,7 +254,7 @@ struct BattlegroundEYPointIconsStruct // x, y, z, o const float BG_EY_TriggerPositions[EY_POINTS_MAX][4] = { - {2044.28f, 1729.68f, 1189.96f, -0.017453f}, // FEL_REAVER center + {2044.28f, 1729.68f, 1189.96f, 0.017453f}, // FEL_REAVER center {2048.83f, 1393.65f, 1194.49f, 0.20944f}, // BLOOD_ELF center {2286.56f, 1402.36f, 1197.11f, 3.72381f}, // DRAENEI_RUINS center {2284.48f, 1731.23f, 1189.99f, 2.89725f} // MAGE_TOWER center |