mirror of
https://github.com/mangosfour/server.git
synced 2025-12-20 16:37:04 +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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue