mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 13:37:13 +00:00
[6877] Fix Prayer of Mending. Use original caster's healing bonus.
This commit is contained in:
parent
1ff2b7fc8b
commit
ca5278ba6e
2 changed files with 2 additions and 2 deletions
|
|
@ -2199,7 +2199,7 @@ void Spell::EffectApplyAura(uint32 i)
|
|||
|
||||
// Prayer of Mending (jump animation), we need formal caster instead original for correct animation
|
||||
if( m_spellInfo->SpellFamilyName == SPELLFAMILY_PRIEST && (m_spellInfo->SpellFamilyFlags & 0x00002000000000LL))
|
||||
m_caster->CastSpell(unitTarget,41637,true,NULL,Aur);
|
||||
m_caster->CastSpell(unitTarget, 41637, true, NULL, Aur, m_originalCasterGUID);
|
||||
}
|
||||
|
||||
void Spell::EffectUnlearnSpecialization( uint32 i )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue