mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Spells: Fixed duplicate SMSG_SPELL_EXECUTE_LOG being sent if there are effects handled on spell launch (such as summoning)
This commit is contained in:
@@ -5058,6 +5058,8 @@ void Spell::SendSpellExecuteLog()
|
||||
spellExecuteLog.LogData.Initialize(this);
|
||||
|
||||
m_caster->SendCombatLogMessage(&spellExecuteLog);
|
||||
|
||||
_executeLogEffects.clear();
|
||||
}
|
||||
|
||||
SpellLogEffect& Spell::GetExecuteLogEffect(SpellEffectName effect)
|
||||
|
||||
Reference in New Issue
Block a user