diff options
-rw-r--r-- | src/game/SpellEffects.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 1ab78c24324..b12b7797c03 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -341,7 +341,7 @@ void Spell::SpellDamageSchoolDmg(uint32 effect_idx) case SPELL_POSITIVE_CHARGE_28062: case SPELL_NEGATIVE_CHARGE_28085: case SPELL_POSITIVE_CHARGE_39090: - case SPELL_NEGATIVE_CHARGE 39093: + case SPELL_NEGATIVE_CHARGE_39093: if (!m_triggeredByAuraSpell) break; if (unitTarget == m_caster) |