mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01: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