diff options
author | p0wer <none@none> | 2009-12-25 14:39:41 -0600 |
---|---|---|
committer | p0wer <none@none> | 2009-12-25 14:39:41 -0600 |
commit | ccdaadf5801b355dfc17c7e30396c8b820cdab05 (patch) | |
tree | bbf19639abe9462ad854752c92222a95ca4a17b8 | |
parent | d998e60e688e22ae773ff4a4b027aaa961c40fb9 (diff) |
* Fix compile.
--HG--
branch : trunk
-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) |