aboutsummaryrefslogtreecommitdiff
path: root/src/game/Spell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r--src/game/Spell.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp
index dd699e32633..881a68e6c19 100644
--- a/src/game/Spell.cpp
+++ b/src/game/Spell.cpp
@@ -1524,7 +1524,6 @@ void Spell::SetTargetMap(uint32 i,uint32 cur,std::list<Unit*> &TagUnitMap)
// TagUnitMap.push_back(target);
//else
m_caster->GetRaidMember(TagUnitMap, radius_f);
- TagUnitMap.push_back(m_caster);
break;
}
}break;