Fix formation follow. Closes #19995.

This commit is contained in:
treeston
2017-07-06 19:41:31 +02:00
committed by Aokromes
parent 00d6a244fb
commit 794ea8c406

View File

@@ -40,7 +40,7 @@ struct FormationInfo
uint32 leaderGUID;
float follow_dist;
float follow_angle;
uint8 groupAI;
uint32 groupAI;
uint32 point_1;
uint32 point_2;
};