From 3c8948409c15a66caafb68ae5a79934306fdd62d Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Sun, 23 Aug 2026 01:12:04 -0700 Subject: [PATCH] Update Projects/UOContent/Mobiles/AI/MeleeAI.cs --- Projects/UOContent/Mobiles/AI/MeleeAI.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Projects/UOContent/Mobiles/AI/MeleeAI.cs b/Projects/UOContent/Mobiles/AI/MeleeAI.cs index 1c6804094..be942afd0 100644 --- a/Projects/UOContent/Mobiles/AI/MeleeAI.cs +++ b/Projects/UOContent/Mobiles/AI/MeleeAI.cs @@ -84,7 +84,6 @@ public class MeleeAI : BaseAI if (!Mobile.InRange(combatant, Mobile.ChaseLeashRange)) { - Mobile.Combatant = null; }