diff --git a/Source/Game/Spells/Spell.cs b/Source/Game/Spells/Spell.cs index fb015dd7e..a47a6d6a2 100644 --- a/Source/Game/Spells/Spell.cs +++ b/Source/Game/Spells/Spell.cs @@ -4187,6 +4187,8 @@ namespace Game.Spells spellExecuteLog.LogData.Initialize(this); m_caster.SendCombatLogMessage(spellExecuteLog); + + _executeLogEffects.Clear(); } public SpellLogEffect GetExecuteLogEffect(SpellEffectName effect)