Fix Spell 20066 (Paladin, Repeteance), by maxdestroyer

Now removes Righteous Vengeance

--HG--
branch : trunk
This commit is contained in:
Tartalo
2010-06-20 06:05:16 +02:00
parent bd599aea17
commit 77565846c6

View File

@@ -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: