[9558] Fix a typo from prev. commit:/

This commit is contained in:
Lightguard 2010-03-09 12:00:53 +01:00
parent c5d43bfd16
commit 66c5e3aebb
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9557"
#define REVISION_NR "9558"
#endif // __REVISION_NR_H__