diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/Spell.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 615b61566cd..77fe888e23a 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -443,6 +443,7 @@ void Spell::FillTargetMap() case SPELL_EFFECT_SUMMON_DEMON: case SPELL_EFFECT_ADD_FARSIGHT: { + tmpUnitMap.clear(); tmpUnitMap.push_back(m_caster); break; } |