*Seduction should have diminish fear/blind. By Themris. Thanks to Them.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-08-23 11:37:06 -05:00
parent bfb4ec311d
commit e231bb6020

View File

@@ -2764,6 +2764,9 @@ DiminishingGroup GetDiminishingReturnsGroupForSpell(SpellEntry const* spellproto
// Howl of Terror
else if (spellproto->SpellFamilyFlags[1] & 0x8)
return DIMINISHING_FEAR_BLIND;
// Seduction
else if (spellproto->SpellFamilyFlags[0] & 0x40000000)
return DIMINISHING_FEAR_BLIND;
break;
}
case SPELLFAMILY_DRUID: