Fix formation follow. Closes #19995.

This commit is contained in:
treeston
2017-07-06 19:41:31 +02:00
committed by Aokromes
parent 13f90c05bf
commit f098598dbc

View File

@@ -42,7 +42,7 @@ struct FormationInfo
ObjectGuid::LowType leaderGUID;
float follow_dist;
float follow_angle;
uint8 groupAI;
uint32 groupAI;
uint32 point_1;
uint32 point_2;
};