Fixes Rogue Tier 1

close #955
This commit is contained in:
talamortis
2018-07-02 18:39:48 +01:00
parent 80f81d77eb
commit c3a36641ff

View File

@@ -4215,6 +4215,10 @@ void Spell::EffectSanctuary(SpellEffIndex /*effIndex*/)
&& (m_spellInfo->SpellFamilyFlags[0] & SPELLFAMILYFLAG_ROGUE_VANISH))
{
m_caster->ToPlayer()->RemoveAurasByType(SPELL_AURA_MOD_ROOT);
//Clean Escape
if (m_caster->HasAura(23582))
m_caster->CastSpell(m_caster, 23583, true);
}
}