From 3a6f399ccb8270bf788cc617473cfa567c211aac Mon Sep 17 00:00:00 2001 From: xavier Date: Sat, 8 Dec 2012 23:35:27 +0000 Subject: [PATCH] --- Scripts/Mobiles/BaseCreature.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Mobiles/BaseCreature.cs b/Scripts/Mobiles/BaseCreature.cs index 1239b0eb3..c0b4d2b2d 100644 --- a/Scripts/Mobiles/BaseCreature.cs +++ b/Scripts/Mobiles/BaseCreature.cs @@ -3471,7 +3471,7 @@ namespace Server.Mobiles public override void OnMovement( Mobile m, Point3D oldLocation ) { - if( AcquireOnApproach ) + if( AcquireOnApproach && FightMode != FightMode.Aggressor ) { if( InRange( m.Location, AcquireOnApproachRange ) && !InRange( oldLocation, AcquireOnApproachRange ) ) {