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

This commit is contained in:
Kamron Batman 2026-08-23 01:12:27 -07:00 committed by GitHub
parent 0e8718d3bf
commit a76af5e8a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -837,7 +837,6 @@ public abstract partial class BaseAI
if (Core.TickCount - Mobile.NextReacquireTime < 0)
{
Mobile.FocusMob = null;
return false;
}