mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[9558] Fix a typo from prev. commit:/
This commit is contained in:
parent
c5d43bfd16
commit
66c5e3aebb
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9557"
|
||||
#define REVISION_NR "9558"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue