Skip to content

Commit 041e893

Browse files
committed
2 parents acfa4fc + 66ce66a commit 041e893

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server/game/Spells/SpellMgr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2918,7 +2918,7 @@ DiminishingGroup GetDiminishingReturnsGroupForSpell(SpellEntry const* spellproto
29182918
if (spellproto->SpellFamilyFlags[0] & 0x80000)
29192919
return DIMINISHING_HORROR;
29202920
// Curses/etc
2921-
else if (spellproto->SpellFamilyFlags[0] & 0x80000000)
2921+
else if ((spellproto->SpellFamilyFlags[0] & 0x80000000) || (spellproto->SpellFamilyFlags[1] & 0x200))
29222922
return DIMINISHING_LIMITONLY;
29232923
// Seduction
29242924
else if (spellproto->SpellFamilyFlags[1] & 0x10000000)

0 commit comments

Comments
 (0)