mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
fix(Core/Spells): The Earthshatterer 8/9 set bonus should be removed … (#11757)
…along with Lightning Shield removal.
This commit is contained in:
@@ -1829,6 +1829,11 @@ void Aura::HandleAuraSpecificMods(AuraApplication const* aurApp, Unit* caster, b
|
|||||||
{
|
{
|
||||||
target->RemoveAurasDueToSpell(47017);
|
target->RemoveAurasDueToSpell(47017);
|
||||||
}
|
}
|
||||||
|
// Lightning Shield vs The Earthshatterer 8/9 set bonus
|
||||||
|
if (GetSpellInfo()->SpellFamilyFlags[0] & 0x00000400)
|
||||||
|
{
|
||||||
|
target->RemoveAurasDueToSpell(28820);
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case SPELLFAMILY_DEATHKNIGHT:
|
case SPELLFAMILY_DEATHKNIGHT:
|
||||||
|
|||||||
Reference in New Issue
Block a user