noto and stealing fixes
This commit is contained in:
parent
277160d2eb
commit
ad8e193555
2 changed files with 13 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue