- 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:
daedalus 2009-11-15 09:50:09 +00:00
parent 4ca976ff5c
commit aff5e22940

View file

@ -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 );