Skip to content

Commit

Permalink
Fix spawn coords for Moroes helpers
Browse files Browse the repository at this point in the history
Thanks to @X-Savior

Close cmangos/issues#815

(based on cmangos/mangos-wotlk@1f38e94)

Signed-off-by: Cala <[email protected]>
  • Loading branch information
xfurry authored and cala committed Nov 29, 2015
1 parent a36642a commit ae292e0
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ enum

static const float afLocations[MAX_ACTIVE_GUESTS][4] =
{
{ -10991.0f, -1884.33f, 81.73f, 0.614315f},
{ -10989.4f, -1885.88f, 81.73f, 0.904913f},
{ -10978.1f, -1887.07f, 81.73f, 2.035550f},
{ -10975.9f, -1885.81f, 81.73f, 2.253890f}
{ -10987.086f, -1884.002f, 81.73f, 1.352331f},
{ -10989.889f, -1882.592f, 81.73f, 0.932928f},
{ -10979.159f, -1885.326f, 81.73f, 2.017563f},
{ -10976.789f, -1883.946f, 81.73f, 2.328581f}
};

static const uint32 auiGuests[MAX_GUESTS] =
Expand Down

0 comments on commit ae292e0

Please sign in to comment.