From 50c7e575417d460f111962b808e23a96ad4655ff Mon Sep 17 00:00:00 2001 From: VladimirMangos Date: Sat, 10 Apr 2010 21:13:43 +0400 Subject: [PATCH] [9722] Please include spell names in comments in code and and avoid its used in commit notes. --- src/game/Unit.cpp | 1 + src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 6514fe5d4..6a6af9a27 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -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; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index e154c5ce0..5816f11ba 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "9721" + #define REVISION_NR "9722" #endif // __REVISION_NR_H__