Fix codestyle

(cherry picked from commit f1b7ca1a91)
This commit is contained in:
Shauren
2024-04-03 16:31:39 +02:00
committed by Ovahlord
parent 3390bb8078
commit 3bba97dd52
@@ -590,7 +590,6 @@ void SmartScript::ProcessAction(SmartScriptHolder& e, Unit* unit, uint32 var0, u
continue;
}
SpellCastResult result = SPELL_FAILED_BAD_TARGETS;
if (me)
{
@@ -688,7 +687,6 @@ void SmartScript::ProcessAction(SmartScriptHolder& e, Unit* unit, uint32 var0, u
if (e.action.cast.castFlags & SMARTCAST_INTERRUPT_PREVIOUS)
tempLastInvoker->InterruptNonMeleeSpells(false);
tempLastInvoker->CastSpell(target, e.action.cast.spell, args);
TC_LOG_DEBUG("scripts.ai", "SmartScript::ProcessAction:: SMART_ACTION_INVOKER_CAST: Invoker {} casts spell {} on target {} with castflags {}",
tempLastInvoker->GetGUID(), e.action.cast.spell, target->GetGUID(), e.action.cast.castFlags);