Core/Spells: Prevent Siphon Life from proccing on Corruption apply.

Closes #6150

Signed-off-by: Subv <s.v.h21@hotmail.com>
This commit is contained in:
Subv
2012-04-13 13:36:28 -05:00
parent c055a8617d
commit b9c50a8b6e

View File

@@ -6000,6 +6000,8 @@ bool Unit::HandleDummyAuraProc(Unit* victim, uint32 damage, AuraEffect* triggere
// Siphon Life
case 63108:
{
if (!damage)
break;
// Glyph of Siphon Life
if (HasAura(56216))
triggerAmount += triggerAmount / 4;