mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
Core/Spell: Earthbind totem should not have DR (Diminishing Returns)
closes: #7037
This commit is contained in:
@@ -191,6 +191,13 @@ DiminishingGroup GetDiminishingReturnsGroupForSpell(SpellInfo const* spellproto,
|
||||
return DIMINISHING_FEAR;
|
||||
break;
|
||||
}
|
||||
case SPELLFAMILY_SHAMAN:
|
||||
{
|
||||
// Storm, Earth and Fire - Earthgrab
|
||||
if (spellproto->SpellFamilyFlags[2] & 0x4000)
|
||||
return DIMINISHING_NONE;
|
||||
break;
|
||||
}
|
||||
case SPELLFAMILY_DEATHKNIGHT:
|
||||
{
|
||||
// Hungering Cold (no flags)
|
||||
|
||||
Reference in New Issue
Block a user