mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
Fix Mind Blast applying Mind Trauma. Will now proc. Thanks to Morpheux for
pointing out that it wasn't proccing. --HG-- branch : trunk
This commit is contained in:
@@ -536,7 +536,7 @@ void Spell::SpellDamageSchoolDmg(uint32 effect_idx)
|
||||
m_caster->CastCustomSpell(m_caster, SPELL_SHADOW_WORD_DEATH_32409, &back_damage, 0, 0, true);
|
||||
}
|
||||
// Mind Blast - applies Mind Trauma if:
|
||||
else if (m_spellInfo->SpellFamilyFlags[0] & 0x00002000)
|
||||
else if (m_spellInfo->SpellFamilyFlags[2] & 0x00002000)
|
||||
{
|
||||
// We are in Shadow Form
|
||||
if (m_caster->m_form == FORM_SHADOW)
|
||||
|
||||
Reference in New Issue
Block a user