Core/Spells: Fix Necrotic Touch proc closes #538

This commit is contained in:
Kandera
2012-03-26 12:05:27 -04:00
parent 7b357a5028
commit da540d5584

View File

@@ -5524,6 +5524,13 @@ bool Unit::HandleDummyAuraProc(Unit* victim, uint32 damage, AuraEffect* triggere
}
break;
}
case 71875: // Item - Black Bruise: Necrotic Touch Proc
case 71877:
{
basepoints0 = CalculatePctN(int32(damage), triggerAmount);
triggered_spell_id = 71879;
break;
}
// Item - Shadowmourne Legendary
case 71903:
{