[8050] Fixed healing from spell 63108.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
Corfen 2009-06-20 02:50:26 +02:00 committed by ApoC
parent b2da4b11ce
commit f018f4c15c
6 changed files with 25 additions and 4 deletions

View file

@ -5140,6 +5140,13 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
triggered_spell_id = 37378;
break;
}
// Siphon Life
case 63108:
{
basepoints0 = int32(damage * triggerAmount / 100);
triggered_spell_id = 63106;
break;
}
}
break;
}