mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Core/Spells: Fixes T10 2P Holy Paladin Set Bonus
This commit is contained in:
@@ -1488,6 +1488,15 @@ void Aura::HandleAuraSpecificMods(AuraApplication const * aurApp, Unit * caster,
|
||||
else
|
||||
target->RemoveAurasDueToSpell(64364, GetCasterGUID());
|
||||
break;
|
||||
case 31842:
|
||||
if (caster->HasAura(70755))
|
||||
{
|
||||
if (apply)
|
||||
caster->CastSpell(caster, 71166, true);
|
||||
else
|
||||
caster->RemoveAurasDueToSpell(71166);
|
||||
}
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case SPELLFAMILY_DEATHKNIGHT:
|
||||
|
||||
Reference in New Issue
Block a user