Misc fixes

This commit is contained in:
hondacrx
2024-01-28 15:23:54 -05:00
parent 6f4b7ddd9d
commit dbf63667ae
5 changed files with 16 additions and 4 deletions
@@ -19,7 +19,7 @@ namespace Game.AI
PostEvent = 0x10 //can be set at complete and allow post event to run
}
class FollowerAI : ScriptedAI
public class FollowerAI : ScriptedAI
{
ObjectGuid _leaderGUID;
uint _updateFollowTimer;