- Monsters will be able to walk through dead players
(http://www.runuo.com/bugs/index.php?cmd=view&id=131)
This commit is contained in:
parent
4ca976ff5c
commit
aff5e22940
1 changed files with 1 additions and 1 deletions
|
|
@ -1716,7 +1716,7 @@ namespace Server.Mobiles
|
|||
|
||||
public override bool OnMoveOver( Mobile m )
|
||||
{
|
||||
if ( m is BaseCreature && !((BaseCreature)m).Controlled )
|
||||
if ( Alive && m is BaseCreature && !((BaseCreature)m).Controlled )
|
||||
return false;
|
||||
|
||||
return base.OnMoveOver( m );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue