mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
[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:
parent
27f37ba4dc
commit
71f8f1b5a1
6 changed files with 12 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue