From 5a922bbfe819aa435a797056f30571b93503c6ae Mon Sep 17 00:00:00 2001 From: Darron Lumley Date: Sat, 16 Sep 2017 09:25:34 +1000 Subject: [PATCH] Fixed line spacing --- src/game/Spells/Spell.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/game/Spells/Spell.cpp b/src/game/Spells/Spell.cpp index aacb1749bd..508b570cc0 100644 --- a/src/game/Spells/Spell.cpp +++ b/src/game/Spells/Spell.cpp @@ -1012,15 +1012,15 @@ void Spell::SelectImplicitChannelTargets(SpellEffIndex effIndex, SpellImplicitTa sLog->outDebug(LOG_FILTER_SPELLS_AURAS, "SPELL: cannot find channel spell destination for spell ID %u, effect %u", m_spellInfo->Id, effIndex); #endif } - break; - case TARGET_DEST_CHANNEL_CASTER: - if (GetOriginalCaster()) - m_targets.SetDst(*GetOriginalCaster()); - break; - default: - ASSERT(false && "Spell::SelectImplicitChannelTargets: received not implemented target type"); - break; - } + break; + case TARGET_DEST_CHANNEL_CASTER: + if (GetOriginalCaster()) + m_targets.SetDst(*GetOriginalCaster()); + break; + default: + ASSERT(false && "Spell::SelectImplicitChannelTargets: received not implemented target type"); + break; + } } void Spell::SelectImplicitNearbyTargets(SpellEffIndex effIndex, SpellImplicitTargetInfo const& targetType, uint32 effMask)