chore(Core/AI): Change a FollowerAI log from error to debug (#8685)
This commit is contained in:
@@ -274,7 +274,7 @@ void FollowerAI::StartFollow(Player* player, uint32 factionForFollower, const Qu
|
|||||||
|
|
||||||
if (HasFollowState(STATE_FOLLOW_INPROGRESS))
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user