From ebc5ce6810a65c49f572215b3d6d5e1253a84e7c Mon Sep 17 00:00:00 2001 From: n0n4m3 Date: Mon, 15 Feb 2010 19:04:51 +0100 Subject: Add missing changes for rev b7d758f3e5 --HG-- branch : trunk --- src/game/Spell.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index de141bb71ee..82ce7220f54 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -1980,12 +1980,16 @@ void Spell::SelectEffectTargets(uint32 i, uint32 cur) case TARGET_TYPE_DEST_CASTER: //4+8+2 { - if(cur == TARGET_SRC_CASTER) + if (cur == TARGET_SRC_CASTER) { + // Earthen Power + if (m_spellInfo->Id == 3600) + AddUnitTarget(m_caster, i); + m_targets.setSrc(m_caster); break; } - else if(cur == TARGET_DST_CASTER) + else if (cur == TARGET_DST_CASTER) { m_targets.setDst(m_caster); break; -- cgit v1.2.3