From 88fe1da9eb7f27a4fc6a950864efdc337b3e4cb9 Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Mon, 27 Dec 2010 23:56:41 +0100 Subject: [PATCH] =?UTF-8?q?Core/Spells:=20Fix=20caster=20selection=20in=20?= =?UTF-8?q?aura=C2=B4s=20of=20type=20284=20(SPELL=5FLINKED=5FAURA).=20Huge?= =?UTF-8?q?=20thanks=20to=20QAston=20for=20the=20brainstorming=20session.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --HG-- branch : trunk --- src/server/game/Spells/Auras/SpellAuraEffects.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/game/Spells/Auras/SpellAuraEffects.cpp b/src/server/game/Spells/Auras/SpellAuraEffects.cpp index e8d1a2345b7..87a951b7938 100755 --- a/src/server/game/Spells/Auras/SpellAuraEffects.cpp +++ b/src/server/game/Spells/Auras/SpellAuraEffects.cpp @@ -6400,7 +6400,7 @@ void AuraEffect::HandleAuraLinked(AuraApplication const * aurApp, uint8 mode, bo if (apply) { - Unit * caster = GetCaster(); + Unit * caster = GetTriggeredSpellCaster(m_spellProto, GetCaster(), target); if (!caster) return;