[9015] Fixed spell 34914 ranks dispel damage and spell 29722 and ranks bonus damage.

In both cases not expected additional spell damage bonus apply.
This commit is contained in:
VladimirMangos 2009-12-17 22:08:45 +03:00
parent 27f37ba4dc
commit 71f8f1b5a1
6 changed files with 12 additions and 4 deletions

View file

@ -475,7 +475,7 @@ void Spell::EffectSchoolDMG(uint32 effect_idx)
// found Immolate or Shadowflame
if (aura)
{
int32 damagetick = m_caster->SpellDamageBonus(unitTarget, aura->GetSpellProto(), aura->GetModifier()->m_amount, DOT);
int32 damagetick = aura->GetModifier()->m_amount;
damage += damagetick * 4;
// Glyph of Conflagrate