diff options
author | megamage <none@none> | 2009-08-23 11:37:06 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-08-23 11:37:06 -0500 |
commit | e231bb6020028418417d80216dcd3a84f5bafc2d (patch) | |
tree | 9e63b46bcd8ebbc757c6a19913590fc7bdddbcb0 /src | |
parent | bfb4ec311de9d23d6ed50d729b2eaa9ae40a83e0 (diff) |
*Seduction should have diminish fear/blind. By Themris. Thanks to Them.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/SpellMgr.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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: |