bola mount fix.

This commit is contained in:
xavier 2013-01-20 02:17:31 +00:00
parent 5718b66fde
commit bb13ac113f
2 changed files with 8 additions and 1 deletions

View file

@ -1,6 +1,8 @@
using System;
using System.Collections;
using Server;
using Server.Items;
using Server.Targeting;
namespace Server.Mobiles
{
@ -258,6 +260,11 @@ namespace Server.Mobiles
Internalize();
}
if( m_Rider.Target is BolaTarget )
{
m_Rider.Target.Cancel( TargetCancelType.Canceled );
}
m_Rider = value;
}
}