chore(Core/AI): Change a FollowerAI log from error to debug (#8685)

This commit is contained in:
acidmanifesto
2021-10-24 09:58:50 -04:00
committed by GitHub
parent 1b4a711bfc
commit 6308b99a33

View File

@@ -274,7 +274,7 @@ void FollowerAI::StartFollow(Player* player, uint32 factionForFollower, const Qu
if (HasFollowState(STATE_FOLLOW_INPROGRESS))
{
LOG_ERROR("entities.unit.ai", "TSCR: FollowerAI attempt to StartFollow while already following.");
LOG_DEBUG("entities.unit.ai", "TSCR: FollowerAI attempt to StartFollow while already following.");
return;
}