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

This commit is contained in:
Kamron Batman 2026-08-23 01:12:18 -07:00 committed by GitHub
parent 7cc4075e1f
commit 9a2ed3fa58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -333,7 +333,6 @@ public abstract partial class BaseAI
{
if (target.Location == _approachGaveUpGoalLoc)
{
return false;
}