mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
*Seduction should have diminish fear/blind. By Themris. Thanks to Them.
--HG-- branch : trunk
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user