mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
Add missed change from rev6672.
--HG-- branch : trunk
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user