mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-21 07:22:02 -04:00
Core/Spells: Screams of the Dead's (51750) duration shouldn't be affected by diminishing returns
This commit is contained in:
@@ -85,6 +85,9 @@ DiminishingGroup GetDiminishingReturnsGroupForSpell(SpellInfo const* spellproto,
|
||||
// Black Plague
|
||||
else if (spellproto->Id == 64155)
|
||||
return DIMINISHING_NONE;
|
||||
// Screams of the Dead (King Ymiron)
|
||||
else if (spellproto->Id == 51750)
|
||||
return DIMINISHING_NONE;
|
||||
break;
|
||||
}
|
||||
// Event spells
|
||||
|
||||
Reference in New Issue
Block a user