fix(Core/Spells): The Earthshatterer 8/9 set bonus should be removed … (#11757)

…along with Lightning Shield removal.
This commit is contained in:
UltraNix
2022-05-18 09:50:52 +02:00
committed by GitHub
parent 8ca980633a
commit 6a8180e3fd

View File

@@ -1829,6 +1829,11 @@ void Aura::HandleAuraSpecificMods(AuraApplication const* aurApp, Unit* caster, b
{
target->RemoveAurasDueToSpell(47017);
}
// Lightning Shield vs The Earthshatterer 8/9 set bonus
if (GetSpellInfo()->SpellFamilyFlags[0] & 0x00000400)
{
target->RemoveAurasDueToSpell(28820);
}
break;
}
case SPELLFAMILY_DEATHKNIGHT: