aboutsummaryrefslogtreecommitdiff
path: root/src/game/Spell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r--src/game/Spell.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp
index 3451e75c571..8e2438464e2 100644
--- a/src/game/Spell.cpp
+++ b/src/game/Spell.cpp
@@ -1982,10 +1982,6 @@ void Spell::SelectEffectTargets(uint32 i, uint32 cur)
{
if (cur == TARGET_SRC_CASTER)
{
- // Earthen Power
- if (m_spellInfo->Id == 3600)
- AddUnitTarget(m_caster, i);
-
m_targets.setSrc(m_caster);
break;
}