This commit is contained in:
mark 2009-07-19 05:13:25 +00:00
parent cc7814db35
commit bcdee05c6c
83 changed files with 268 additions and 146 deletions

View file

@ -111,7 +111,7 @@ namespace Server.Spells.Sixth
private ExplosionSpell m_Owner;
public InternalTarget( ExplosionSpell owner )
: base( 12, false, TargetFlags.Harmful )
: base( Core.ML ? 10 : 12, false, TargetFlags.Harmful )
{
m_Owner = owner;
}