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

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

View file

@ -49,7 +49,6 @@ public class ArcherAI : BaseAI
if (!Mobile.InRange(combatant, Mobile.ChaseLeashRange))
{
this.DebugSayFormatted($"I have lost {combatant.Name}");
Mobile.Combatant = null;