mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-16 13:00:42 -04: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