diff options
author | megamage <none@none> | 2008-12-02 18:13:23 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-12-02 18:13:23 -0600 |
commit | 8327e083954f6a792ea96c8f5ddbb477ea4de912 (patch) | |
tree | c8cf9fe3457a631e1e897c471315cfb86b14d503 /src | |
parent | 1328b1259b8a09b78323509e93537d83cfb3cc44 (diff) |
*Fix SPELL_EFFECT_TRIGGER_MISSILE.
--HG--
branch : trunk
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 e7ca6ff09c2..a89e1e9472e 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -447,6 +447,7 @@ void Spell::FillTargetMap() case SPELL_EFFECT_SUMMON_DEMON: case SPELL_EFFECT_ADD_FARSIGHT: case SPELL_EFFECT_TRIGGER_SPELL_2: //ritual of summon + case SPELL_EFFECT_TRIGGER_MISSILE: { tmpUnitMap.clear(); tmpUnitMap.push_back(m_caster); |