Fixed bola target cancel on mount.
This commit is contained in:
parent
f95f655c39
commit
4efa009b0f
1 changed files with 2 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue