diff options
| author | tobmaps <spambot42@yandex.ru> | 2011-05-23 16:46:42 +0700 |
|---|---|---|
| committer | tobmaps <spambot42@yandex.ru> | 2011-05-23 16:46:42 +0700 |
| commit | 5cab20c80ac2718221bfb5e5c3b7f81ed0de6ed8 (patch) | |
| tree | 29d28f1d53498fedfe06f02ecec79e1d40b547e1 /src | |
| parent | 4c1f56a2b39622b392f4db22eac01cc8d05f6aaa (diff) | |
Core/Spells: Fix animation for Haunt talent
Closes #1643
Diffstat (limited to 'src')
| -rwxr-xr-x | src/server/game/Spells/Auras/SpellAuraEffects.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Spells/Auras/SpellAuraEffects.cpp b/src/server/game/Spells/Auras/SpellAuraEffects.cpp index 46d9975d318..cefee9a3a25 100755 --- a/src/server/game/Spells/Auras/SpellAuraEffects.cpp +++ b/src/server/game/Spells/Auras/SpellAuraEffects.cpp @@ -6032,7 +6032,7 @@ void AuraEffect::HandleAuraDummy(AuraApplication const * aurApp, uint8 mode, boo if (m_spellProto->SpellFamilyFlags[1] & 0x40000) { if (caster) - caster->CastCustomSpell(caster, 48210, &m_amount, 0, 0, true, NULL, this); + target->CastCustomSpell(caster, 48210, &m_amount, 0, 0, true, NULL, this, GetCasterGUID()); } break; case SPELLFAMILY_DRUID: |
