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

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

View file

@ -964,7 +964,6 @@ public abstract partial class BaseAI
}
Mobile.FocusMob = newFocusMob ?? enemySummonMob;
return Mobile.FocusMob != null;
}