mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
Fix Holy Walk
This commit is contained in:
parent
9decc79dd0
commit
7bfa13761a
1 changed files with 3 additions and 0 deletions
|
|
@ -9867,6 +9867,9 @@ void SpellAuraHolder::HandleSpellSpecificBoosts(bool apply)
|
|||
int32 heal = (glyph->GetModifier()->m_amount * shield->GetModifier()->m_amount) / 100;
|
||||
caster->CastCustomSpell(m_target, 56160, &heal, NULL, NULL, true, 0, shield);
|
||||
}
|
||||
// Holy Walk
|
||||
if (caster == m_target && caster->HasAura(33333))
|
||||
caster->CastSpell(caster, 96219, true);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue