diff options
-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 |