fix(Core/Spells): diminishing none on earthgrab fix (#23795)
This commit is contained in:
parent
3301b3c969
commit
90adad6615
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ DiminishingGroup GetDiminishingReturnsGroupForSpell(SpellInfo const* spellproto,
|
|||
{
|
||||
// Storm, Earth and Fire - Earthgrab
|
||||
if (spellproto->SpellFamilyFlags[2] & 0x4000)
|
||||
return DIMINISHING_NONE;
|
||||
return DIMINISHING_CONTROLLED_ROOT;
|
||||
break;
|
||||
}
|
||||
case SPELLFAMILY_DEATHKNIGHT:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue