Merge pull request #11072 from gerripeach/diminishing_returns2

Core/Spell: Earthbind totem should not have DR (Diminishing Returns)
This commit is contained in:
Shauren
2013-10-20 03:40:36 -07:00

View File

@@ -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)