aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorp0wer <none@none>2009-12-25 14:39:41 -0600
committerp0wer <none@none>2009-12-25 14:39:41 -0600
commitccdaadf5801b355dfc17c7e30396c8b820cdab05 (patch)
treebbf19639abe9462ad854752c92222a95ca4a17b8 /src
parentd998e60e688e22ae773ff4a4b027aaa961c40fb9 (diff)
* Fix compile.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/SpellEffects.cpp2
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)