mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Core/Spells: Fix caster selection in aura´s of type 284 (SPELL_LINKED_AURA).
Huge thanks to QAston for the brainstorming session. --HG-- branch : trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user