mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19: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)
|
if (triggeredByAura->GetEffIndex() != EFFECT_INDEX_0)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
// Glyph of Siphon Life
|
||||||
if (Aura *aur = GetAura(56216, EFFECT_INDEX_0))
|
if (Aura *aur = GetAura(56216, EFFECT_INDEX_0))
|
||||||
triggerAmount += triggerAmount * aur->GetModifier()->m_amount / 100;
|
triggerAmount += triggerAmount * aur->GetModifier()->m_amount / 100;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9721"
|
#define REVISION_NR "9722"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue