diff options
author | p0wer <none@none> | 2009-12-20 18:18:20 -0600 |
---|---|---|
committer | p0wer <none@none> | 2009-12-20 18:18:20 -0600 |
commit | dfb3ca2611b3fd3acb6a1e61172fd10470e1c141 (patch) | |
tree | c40432793d88639c740c4111b28c6750b04cdedd /src | |
parent | 89fa7cf367afacc0520e4ec888989e91394ddca7 (diff) |
Add missed change from rev6672.
--HG--
branch : trunk
Diffstat (limited to 'src')
-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 66921aaa2f5..3f3ce8e12fe 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -534,7 +534,7 @@ void Spell::SpellDamageSchoolDmg(uint32 effect_idx) m_caster->CastCustomSpell(m_caster, 32409, &back_damage, 0, 0, true); } // Mind Blast - applies Mind Trauma if: - else if (m_spellInfo->SpellFamilyFlags & 0x2000) + else if (m_spellInfo->SpellFamilyFlags[0] & 0x2000) { // We are in Shadow Form if (m_caster->m_form == FORM_SHADOW) |