--HG--
branch : trunk
This commit is contained in:
megamage
2009-03-13 14:44:55 -06:00

View File

@@ -4013,9 +4013,10 @@ void Aura::HandleAuraModResistance(bool apply, bool Real)
}
// Faerie Fire (druid versions)
if( m_spellProto->SpellIconID == 109 &&
if( (m_spellProto->SpellIconID == 109 &&
m_spellProto->SpellFamilyName == SPELLFAMILY_DRUID &&
m_spellProto->SpellFamilyFlags & 0x0000000000000400LL )
m_spellProto->SpellFamilyFlags & 0x0000000000000400LL)
|| m_spellProto->Id == 35325)
{
m_target->ModifyAuraState(AURA_STATE_FAERIE_FIRE,apply);
}