Update Projects/UOContent/Mobiles/AI/BaseAI/BaseAI.cs

This commit is contained in:
Kamron Batman 2026-08-23 01:11:54 -07:00 committed by GitHub
parent 554dd672fd
commit cc8cc44edd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -356,7 +356,6 @@ public abstract partial class BaseAI
_investigateStopTick = Core.TickCount + InvestigateDuration;
_guardStopTick = Core.TickCount + GuardGraceDuration;
_lkpGoal = null;
}
private void HandleFleeAction()