Clean-up spell TBC

This commit is contained in:
ChuniMuni 2018-04-09 10:36:59 +01:00 committed by Antz
parent 20bd1acb60
commit 4a371ee2d5

View File

@ -1187,7 +1187,6 @@ SpellAuraProcResult Unit::HandleProcTriggerSpellAuraProc(Unit* pVictim, uint32 d
{
// Cast positive spell on enemy target
case 7099: // Curse of Mending
case 39647: // Curse of Mending
case 29494: // Temptation
case 20233: // Improved Lay on Hands (cast on target)
{
@ -1213,12 +1212,6 @@ SpellAuraProcResult Unit::HandleProcTriggerSpellAuraProc(Unit* pVictim, uint32 d
}
return SPELL_AURA_PROC_FAILED;
}
// Shamanistic Rage triggered spell
case 30824:
{
basepoints[0] = int32(GetTotalAttackPowerValue(BASE_ATTACK) * triggerAmount / 100);
break;
}
}
if (!trigger_spell_id)