Fixed bola target cancel on mount.

This commit is contained in:
eos 2013-02-03 07:14:52 +00:00
parent f95f655c39
commit 4efa009b0f

View file

@ -259,10 +259,8 @@ namespace Server.Mobiles
Internalize();
if( m_Rider.Target != null && m_Rider.Target is Bola.BolaTarget )
{
m_Rider.Target.Cancel( this, TargetCancelType.Canceled );
}
if ( value.Target is Bola.BolaTarget )
Target.Cancel( value );
}
m_Rider = value;