This commit is contained in:
parent
cc7814db35
commit
bcdee05c6c
83 changed files with 268 additions and 146 deletions
|
|
@ -176,7 +176,7 @@ namespace Server.Spells.Necromancy
|
|||
{
|
||||
private StrangleSpell m_Owner;
|
||||
|
||||
public InternalTarget( StrangleSpell owner ) : base( 12, false, TargetFlags.Harmful )
|
||||
public InternalTarget( StrangleSpell owner ) : base( Core.ML ? 10 : 12, false, TargetFlags.Harmful )
|
||||
{
|
||||
m_Owner = owner;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue