mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +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);
|
||||
}
|
||||
// Lightning Shield vs The Earthshatterer 8/9 set bonus
|
||||
if (GetSpellInfo()->SpellFamilyFlags[0] & 0x00000400)
|
||||
{
|
||||
target->RemoveAurasDueToSpell(28820);
|
||||
}
|
||||
break;
|
||||
}
|
||||
case SPELLFAMILY_DEATHKNIGHT:
|
||||
|
||||
Reference in New Issue
Block a user