diff --git a/Projects/Scripts/Misc/Notoriety.cs b/Projects/Scripts/Misc/Notoriety.cs index ea42bc887..5c9d661da 100644 --- a/Projects/Scripts/Misc/Notoriety.cs +++ b/Projects/Scripts/Misc/Notoriety.cs @@ -403,8 +403,8 @@ namespace Server.Misc { Mobile master = bc.GetMaster(); - if (master != null && CheckAggressor(master.Aggressors, target) || - MobileNotoriety(master, target) == Notoriety.CanBeAttacked || bcTarg != null) + if (master != null && (CheckAggressor(master.Aggressors, target) || + MobileNotoriety(master, target) == Notoriety.CanBeAttacked || bcTarg != null)) return Notoriety.CanBeAttacked; }