diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index d59c17185..636e64cfe 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -6259,7 +6259,7 @@ void Aura::HandleSpellSpecificBoosts(bool apply) return; // Glyph of Power Word: Shield - if(Aura* glyph = caster->GetAura(55672,0)) + if (Aura* glyph = caster->GetAura(55672, EFFECT_INDEX_0)) { int32 heal = (glyph->GetModifier()->m_amount * m_modifier.m_amount)/100; caster->CastCustomSpell(m_target, 56160, &heal, NULL, NULL, true, 0, this); diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 3c87a3eff..2911c97cc 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 "9557" + #define REVISION_NR "9558" #endif // __REVISION_NR_H__