misc branch sync

This commit is contained in:
mark@runuo.com 2013-05-09 21:51:37 +00:00
parent 6b65990cc6
commit f61af43f94
5 changed files with 95 additions and 24 deletions

View file

@ -104,10 +104,6 @@ namespace Server.Items
(to as PlayerMobile).SetMountBlock(BlockMountType.Dazed, TimeSpan.FromSeconds( Core.ML ? 10 : 3 ), true);
}
else
{
to.Mount.Rider = null;
}
if (Core.AOS && from is PlayerMobile) /* only failsafe, attacker should already be dismounted */
{