Core/Spell: Earthbind totem should not have DR (Diminishing Returns)

closes: #7037
This commit is contained in:
gerripeach
2013-10-20 12:30:22 +02:00
parent 6534df8464
commit cb89a42946

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)