From e231bb6020028418417d80216dcd3a84f5bafc2d Mon Sep 17 00:00:00 2001 From: megamage Date: Sun, 23 Aug 2009 11:37:06 -0500 Subject: *Seduction should have diminish fear/blind. By Themris. Thanks to Them. --HG-- branch : trunk --- src/game/SpellMgr.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/game/SpellMgr.cpp') diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 6cf3ee14830..308387b4358 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -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: -- cgit v1.2.3