crafting skill chances corrected for HollowPrism
notoriety fix for confusion pots notoriety fix for basecreature typo corrected for "bone mage" buying value for scrolls restored to previous in holymage
This commit is contained in:
parent
b1eced908b
commit
a7c38951ce
5 changed files with 9 additions and 6 deletions
|
|
@ -350,10 +350,10 @@ namespace Server.Misc
|
|||
if( source is BaseCreature )
|
||||
{
|
||||
BaseCreature bc = (BaseCreature)source;
|
||||
|
||||
Mobile master = bc.GetMaster();
|
||||
|
||||
if( master != null )
|
||||
if( CheckAggressor( master.Aggressors, target ) || MobileNotoriety( master, target ) == Notoriety.CanBeAttacked )
|
||||
if( CheckAggressor( master.Aggressors, target ) || MobileNotoriety( master, target ) == Notoriety.CanBeAttacked || target is BaseCreature )
|
||||
return Notoriety.CanBeAttacked;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue