mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user