mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
[9722] Please include spell names in comments in code and and avoid its used in commit notes.
This commit is contained in:
parent
dc1bb13c72
commit
50c7e57541
2 changed files with 2 additions and 1 deletions
|
|
@ -5826,6 +5826,7 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
|
|||
if (triggeredByAura->GetEffIndex() != EFFECT_INDEX_0)
|
||||
return false;
|
||||
|
||||
// Glyph of Siphon Life
|
||||
if (Aura *aur = GetAura(56216, EFFECT_INDEX_0))
|
||||
triggerAmount += triggerAmount * aur->GetModifier()->m_amount / 100;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue