Meer Mage fix
This commit is contained in:
parent
f1f319a249
commit
42e4e9987d
1 changed files with 5 additions and 2 deletions
|
|
@ -92,9 +92,12 @@ namespace Server.Mobiles
|
|||
{
|
||||
BaseCreature bc = (BaseCreature)combatant;
|
||||
|
||||
if( bc.Controlled )
|
||||
if( bc.Controlled && bc.ControlMaster != null && !bc.ControlMaster.Deleted && bc.ControlMaster.Alive )
|
||||
{
|
||||
combatant = bc.ControlMaster;
|
||||
if ( bc.ControlMaster.Map == this.Map && bc.ControlMaster.InRange( this, 12 ) && !UnderEffect( bc.ControlMaster ) )
|
||||
{
|
||||
combatant = bc.ControlMaster;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue