From dfb3ca2611b3fd3acb6a1e61172fd10470e1c141 Mon Sep 17 00:00:00 2001 From: p0wer Date: Sun, 20 Dec 2009 18:18:20 -0600 Subject: Add missed change from rev6672. --HG-- branch : trunk --- src/game/SpellEffects.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/SpellEffects.cpp') 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) -- cgit v1.2.3