diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2017-10-26 16:24:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-26 16:24:25 +0200 |
| commit | 5ae891d9705faac381fddcb32d90fe920f76cba2 (patch) | |
| tree | 21b5577259dbc8b1f327a890335751a2fc66fe73 /src | |
| parent | 967dcc5dba0df965e4df19b5c6d02e4880dfce58 (diff) | |
Core/Battleground: use sniffed positions of Arathi Basin buffs
Closes #20149
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/game/Battlegrounds/Zones/BattlegroundAB.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/server/game/Battlegrounds/Zones/BattlegroundAB.h b/src/server/game/Battlegrounds/Zones/BattlegroundAB.h index 7f68ef3eb0d..3f2412c6710 100644 --- a/src/server/game/Battlegrounds/Zones/BattlegroundAB.h +++ b/src/server/game/Battlegrounds/Zones/BattlegroundAB.h @@ -188,11 +188,11 @@ enum BG_AB_Objectives Position const BG_AB_NodePositions[BG_AB_DYNAMIC_NODES_COUNT] = { - {1166.785f, 1200.132f, -56.70859f, 0.9075713f}, // stables - {977.0156f, 1046.616f, -44.80923f, -2.600541f}, // blacksmith - {806.1821f, 874.2723f, -55.99371f, -2.303835f}, // farm - {856.1419f, 1148.902f, 11.18469f, -2.303835f}, // lumber mill - {1146.923f, 848.1782f, -110.917f, -0.7330382f} // gold mine + {1185.566f, 1184.629f, -56.36329f, 2.303831f}, // stables + {990.1131f, 1008.73f, --42.60328f, 0.8203033}, // blacksmith + {818.0089f, 842.3543f, -56.54062f, 3.176533f}, // farm + {808.8463f, 1185.417f, 11.92161f, 5.619962f}, // lumber mill + {1147.091f, 816.8362f, -98.39896f, 6.056293f} // gold mine }; // x, y, z, o, rot0, rot1, rot2, rot3 |
