mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Fix Spell 20066 (Paladin, Repeteance), by maxdestroyer
Now removes Righteous Vengeance --HG-- branch : trunk
This commit is contained in:
@@ -1408,6 +1408,11 @@ void Aura::HandleAuraSpecificMods(AuraApplication const * aurApp, Unit * caster,
|
||||
else
|
||||
target->RemoveAurasDueToSpell(64364, GetCasterGUID());
|
||||
break;
|
||||
// Repeteance. remove Righteous Vengeance
|
||||
case 20066:
|
||||
if (apply && target->HasAura(61840))
|
||||
target->RemoveAura(61840);
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case SPELLFAMILY_DEATHKNIGHT:
|
||||
|
||||
Reference in New Issue
Block a user