[9722] Please include spell names in comments in code and and avoid its used in commit notes.

This commit is contained in:
VladimirMangos 2010-04-10 21:13:43 +04:00
parent dc1bb13c72
commit 50c7e57541
2 changed files with 2 additions and 1 deletions

View file

@ -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;