Add missed change from rev6672.

--HG--
branch : trunk
This commit is contained in:
p0wer
2009-12-20 18:18:20 -06:00
parent 89fa7cf367
commit dfb3ca2611

View File

@@ -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)