This commit is contained in:
xavier 2012-12-08 23:35:27 +00:00
parent 978011c869
commit 3a6f399ccb

View file

@ -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 ) )
{