fix(Core/Spells): diminishing none on earthgrab fix (#23795)

This commit is contained in:
thomasjteachey
2025-12-17 07:58:43 -05:00
committed by GitHub
parent 3301b3c969
commit 90adad6615

View File

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