fix(Core/Pathfinding): Improve - Point movement (#3658)

This commit is contained in:
FALL1N1 2020-12-01 18:58:00 +02:00 committed by GitHub
parent 66e65c474a
commit 0baecd3e8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 61 additions and 28 deletions

View file

@ -42,7 +42,7 @@ void FleeingMovementGenerator<T>::_setTargetLocation(T* owner)
if (!isInLOS)
{
i_nextCheckTime.Reset(500);
i_nextCheckTime.Reset(100);
return;
}