corrections for more champ spawn replicas. correction for mounted potion animation.

This commit is contained in:
xavier 2011-07-07 23:51:33 +00:00
parent 2e4d48e193
commit 2d7747154c
8 changed files with 51 additions and 9 deletions

View file

@ -173,7 +173,7 @@ namespace Server.Items
m.AddToBackpack( new Bottle() );
if ( m.Body.IsHuman /*&& !m.Mounted*/ )
if ( m.Body.IsHuman && !m.Mounted )
m.Animate( 34, 5, 1, true, false, 0 );
}