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

This commit is contained in:
Kamron Batman 2026-08-23 01:11:34 -07:00 committed by GitHub
parent 7da4171bbe
commit e24ae578c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -496,7 +496,6 @@ public abstract partial class BaseAI
_investigating = false;
_guardStopTick = Core.TickCount + GuardGraceDuration;
}
if (Core.TickCount - _guardStopTick < 0)