diff --git a/Source/Game/Spells/Spell.cs b/Source/Game/Spells/Spell.cs index 6aad9be21..0e66ad9e8 100644 --- a/Source/Game/Spells/Spell.cs +++ b/Source/Game/Spells/Spell.cs @@ -4497,7 +4497,7 @@ namespace Game.Spells m_timer = (int)duration; - if (!m_targets.HasDst()) + if (!m_UniqueTargetInfo.Empty() || !m_UniqueGOTargetInfo.Empty()) { uint channelAuraMask = 0; uint explicitTargetEffectMask = 0xFFFFFFFF;