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

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

View file

@ -43,7 +43,7 @@ public class ArcherAI : BaseAI
return true;
}
if (!WalkMobileRange(combatant, 1, true, Mobile.RangeFight, Mobile.Weapon.MaxRange))
if (!WalkMobileRange(combatant, 1, false, Mobile.RangeFight, Mobile.Weapon.MaxRange))
{
this.DebugSayFormatted($"I am still not in range of {combatant.Name}");