This commit is contained in:
xavier 2013-01-20 02:21:39 +00:00
parent bb13ac113f
commit d37f5e902d

View file

@ -260,7 +260,7 @@ namespace Server.Mobiles
Internalize();
}
if( m_Rider.Target is BolaTarget )
if( m_Rider.Target is Bola.BolaTarget )
{
m_Rider.Target.Cancel( TargetCancelType.Canceled );
}