fix(Core/Spells): The Earthshatterer 8/9 set bonus should be removed … (#11757)
…along with Lightning Shield removal.
This commit is contained in:
parent
8ca980633a
commit
6a8180e3fd
1 changed files with 5 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue