mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[8050] Fixed healing from spell 63108.
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
b2da4b11ce
commit
f018f4c15c
6 changed files with 25 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue