From 1a5554ccb5267086c3d8a2d9feb10f23d78ac67d Mon Sep 17 00:00:00 2001 From: Taser Date: Mon, 10 Jan 2011 22:31:57 +0100 Subject: Core/Battlegrounds: Fix Fel Reaver Ruins capturepoint in Eye of the Storm Signed-off-by: Machiavelli --- src/server/game/Battlegrounds/Zones/BattlegroundEY.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3