noto and stealing fixes

This commit is contained in:
Mark Sturgill 2013-09-24 23:28:02 -07:00
parent 277160d2eb
commit ad8e193555
2 changed files with 13 additions and 3 deletions

View file

@ -85,7 +85,7 @@ namespace Server.Misc
pmTarg = bcTarg.SummonMaster as PlayerMobile;
}
if( pmFrom!= null && pmTarg != null )
if( pmFrom != null && pmTarg != null )
{
if( pmFrom.DuelContext != pmTarg.DuelContext && ((pmFrom.DuelContext != null && pmFrom.DuelContext.Started) || (pmTarg.DuelContext != null && pmTarg.DuelContext.Started)) )
return false;
@ -176,7 +176,7 @@ namespace Server.Misc
pmTarg = bcTarg.SummonMaster as PlayerMobile;
}
if( pmFrom!= null && pmTarg != null )
if( pmFrom != null && pmTarg != null )
{
if( pmFrom.DuelContext != pmTarg.DuelContext && ((pmFrom.DuelContext != null && pmFrom.DuelContext.Started) || (pmTarg.DuelContext != null && pmTarg.DuelContext.Started)) )
return false;