aboutsummaryrefslogtreecommitdiff
path: root/src/game/Spell.cpp
diff options
context:
space:
mode:
authorQAston <none@none>2010-02-15 20:59:05 +0100
committerQAston <none@none>2010-02-15 20:59:05 +0100
commit4cd4c4170f70a0715daad52b2f1831b6017d647a (patch)
tree940a3d602d5c18e770258ac13aae5e57a2444f9e /src/game/Spell.cpp
parent7b434fb1c350ffa6d738cef6fd401c6c184f0204 (diff)
*Backout some WTF fixes. Do things correctly, or do not touch them at all...
*Really fix windows build. --HG-- branch : trunk
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;
}