From 5cab20c80ac2718221bfb5e5c3b7f81ed0de6ed8 Mon Sep 17 00:00:00 2001 From: tobmaps Date: Mon, 23 May 2011 16:46:42 +0700 Subject: Core/Spells: Fix animation for Haunt talent Closes #1643 --- src/server/game/Spells/Auras/SpellAuraEffects.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server') 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: -- cgit v1.2.3