diff options
-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 1bc7783d053..52cd07e3520 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -440,6 +440,7 @@ void Spell::FillTargetMap() case SPELL_EFFECT_SUMMON_OBJECT_SLOT4: case SPELL_EFFECT_SUMMON_DEAD_PET: case SPELL_EFFECT_SUMMON_DEMON: + case SPELL_EFFECT_ADD_FARSIGHT: { tmpUnitMap.push_back(m_caster); break; |