diff options
author | megamage <none@none> | 2008-12-26 15:55:12 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-12-26 15:55:12 -0600 |
commit | 032de9a49108b2df6ee01c92c7de2557e4eb6136 (patch) | |
tree | 847f27fdbec0f74a7bc00a74d6c83c92279f0423 /src/game/SpellEffects.cpp | |
parent | c58a199db80fd3d24075582d239f782416c78de1 (diff) |
*Update IsAOE function.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
-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 e8fdbf5adce..85984eeaa3d 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -568,7 +568,7 @@ void Spell::SpellDamageSchoolDmg(uint32 effect_idx) //TODO: should this be put on taken but not done? if(found) - m_damage += m_spellInfo->EffectBasePoints[1]; + damage += m_spellInfo->EffectBasePoints[1]; } //Explosive Trap Effect else if(m_spellInfo->SpellFamilyFlags & 0x00000004) |