mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 22:37:02 +00:00
[9842] Remove a line of whitespace
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
91572b1e01
commit
de95b8ad5f
2 changed files with 2 additions and 2 deletions
|
|
@ -1741,7 +1741,7 @@ void Spell::SetTargetMap(SpellEffectIndex effIndex, uint32 targetMode, UnitList&
|
|||
SpellScriptTargetBounds bounds = sSpellMgr.GetSpellScriptTargetBounds(m_spellInfo->Id);
|
||||
// fill real target list if no spell script target defined
|
||||
FillAreaTargets(bounds.first != bounds.second ? tempTargetUnitMap : targetUnitMap, m_targets.m_destX, m_targets.m_destY, radius, PUSH_DEST_CENTER, SPELL_TARGETS_ALL);
|
||||
|
||||
|
||||
if (!tempTargetUnitMap.empty())
|
||||
{
|
||||
for (UnitList::const_iterator iter = tempTargetUnitMap.begin(); iter != tempTargetUnitMap.end(); ++iter)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue