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

This commit is contained in:
Kamron Batman 2026-08-23 01:12:04 -07:00 committed by GitHub
parent cc8cc44edd
commit 3c8948409c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,7 +84,6 @@ public class MeleeAI : BaseAI
if (!Mobile.InRange(combatant, Mobile.ChaseLeashRange)) if (!Mobile.InRange(combatant, Mobile.ChaseLeashRange))
{ {
Mobile.Combatant = null; Mobile.Combatant = null;
} }