corrections for more champ spawn replicas. correction for mounted potion animation.
This commit is contained in:
parent
2e4d48e193
commit
2d7747154c
8 changed files with 51 additions and 9 deletions
|
|
@ -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 );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue