fix(Scripts/Spells): Sweeping Strikes - improvements. (#11666)
* fix(Scripts/Spells): Sweeping Strikes - improvements. Fixes #11594 * Buildfix.
This commit is contained in:
parent
b6d79ac89e
commit
55720eedd3
4 changed files with 37 additions and 66 deletions
|
|
@ -3352,13 +3352,6 @@ void Spell::EffectWeaponDmg(SpellEffIndex effIndex)
|
|||
AddPct(totalDamagePercentMod, unitTarget->GetDiseasesByCaster(m_caster->GetGUID(), 1) * 30.0f);
|
||||
break;
|
||||
}
|
||||
// sweeping strikes
|
||||
case 26654:
|
||||
{
|
||||
this->damage = 0;
|
||||
m_damage = m_spellValue->EffectBasePoints[effIndex];
|
||||
return;
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue