diff options
Diffstat (limited to 'src/game/SpellAuras.cpp')
-rw-r--r-- | src/game/SpellAuras.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 475b99579ee..13669b5b118 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -1739,7 +1739,7 @@ void AuraEffect::TriggerSpell() case 23493: { int32 heal = caster->GetMaxHealth() / 10; - caster->DealHeal(caster, heal, auraSpellInfo); + caster->DealHeal(m_target, heal, auraSpellInfo); int32 mana = caster->GetMaxPower(POWER_MANA); if (mana) |