diff options
author | megamage <none@none> | 2009-05-05 11:40:41 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-05-05 11:40:41 -0500 |
commit | 76740b9bcb10ce78bf4bb77fc40ca3e0a59ccfe5 (patch) | |
tree | ab7417d3f64719fef94a440a3ff7d0afcb4d4e9c /src/game/Spell.cpp | |
parent | a541a2f18537d32087c855db8fa338b0be5eab03 (diff) |
*Fix more kill credit spells.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r-- | src/game/Spell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index a10c076bcc9..d41c0ec6b2d 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -630,7 +630,7 @@ void Spell::FillTargetMap() case SPELL_EFFECT_STUCK: case SPELL_EFFECT_FEED_PET: case SPELL_EFFECT_DESTROY_ALL_TOTEMS: - case SPELL_EFFECT_KILL_CREDIT: + case SPELL_EFFECT_KILL_CREDIT2: // only one spell: 42793 AddUnitTarget(m_caster, i); break; case SPELL_EFFECT_LEARN_PET_SPELL: |