diff --git a/Source/Game/Spells/Spell.cs b/Source/Game/Spells/Spell.cs index ee031ce94..8c825dc70 100644 --- a/Source/Game/Spells/Spell.cs +++ b/Source/Game/Spells/Spell.cs @@ -2503,7 +2503,7 @@ namespace Game.Spells TriggerGlobalCooldown(); // Call CreatureAI hook OnSpellStart - Creature caster = m_originalCaster.ToCreature(); + Creature caster = m_caster.ToCreature(); if (caster != null) if (caster.IsAIEnabled()) caster.GetAI().OnSpellStart(GetSpellInfo());