diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2017-10-26 20:40:46 +0200 |
---|---|---|
committer | funjoker <funjoker109@gmail.com> | 2021-01-13 22:04:52 +0100 |
commit | c8917aca95a6006c44b19392ea222ec1497f1618 (patch) | |
tree | a9b93dfc3c72e4291e79174488d4206479b0bdd7 /src | |
parent | d60d349a911e43dca276f084251d7236a88684dd (diff) |
another typo fix
(cherry picked from commit 95b4faf01582513155cf8ceeef6f7e753ca5faef)
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/Battlegrounds/Zones/BattlegroundAB.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Battlegrounds/Zones/BattlegroundAB.h b/src/server/game/Battlegrounds/Zones/BattlegroundAB.h index 7eea12b411b..145417b7389 100644 --- a/src/server/game/Battlegrounds/Zones/BattlegroundAB.h +++ b/src/server/game/Battlegrounds/Zones/BattlegroundAB.h @@ -246,7 +246,7 @@ const uint32 BG_AB_GraveyardIds[BG_AB_ALL_NODES_COUNT] = {895, 894, 893, 897, 89 const float BG_AB_BuffPositions[BG_AB_DYNAMIC_NODES_COUNT][4] = { {1185.566f, 1184.629f, -56.36329f, 2.303831f}, // stables - {990.1131f, 1008.73f, -42.60328f, 0.8203033}, // blacksmith + {990.1131f, 1008.73f, -42.60328f, 0.8203033f}, // 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 |