fix(Core/Spells): diminishing none on earthgrab fix (#23795)
This commit is contained in:
@@ -193,7 +193,7 @@ DiminishingGroup GetDiminishingReturnsGroupForSpell(SpellInfo const* spellproto,
|
|||||||
{
|
{
|
||||||
// Storm, Earth and Fire - Earthgrab
|
// Storm, Earth and Fire - Earthgrab
|
||||||
if (spellproto->SpellFamilyFlags[2] & 0x4000)
|
if (spellproto->SpellFamilyFlags[2] & 0x4000)
|
||||||
return DIMINISHING_NONE;
|
return DIMINISHING_CONTROLLED_ROOT;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case SPELLFAMILY_DEATHKNIGHT:
|
case SPELLFAMILY_DEATHKNIGHT:
|
||||||
|
|||||||
Reference in New Issue
Block a user