*Trigger offhand hit for Whirlwind

*Allow to cast conflagrate if target is affected by shadowflame

--HG--
branch : trunk
This commit is contained in:
QAston
2009-04-25 13:58:26 +02:00
parent fdc94c91fa
commit e23ec703fe
2 changed files with 7 additions and 3 deletions

View File

@@ -1013,8 +1013,9 @@ void Aura::_AddAura()
if (IsSealSpell(m_spellProto))
SetAuraState(AURA_STATE_JUDGEMENT);
// Conflagrate aura state on Immolate
if (m_spellProto->SpellFamilyName == SPELLFAMILY_WARLOCK && m_spellProto->SpellFamilyFlags[0] & 4)
// Conflagrate aura state on Immolate or Shadowflame
if (m_spellProto->SpellFamilyName == SPELLFAMILY_WARLOCK && (m_spellProto->SpellFamilyFlags[0] & 4
|| m_spellProto->SpellFamilyFlags[2] & 2))
SetAuraState(AURA_STATE_IMMOLATE);
// Faerie Fire (druid versions)