aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellMgr.cpp
diff options
context:
space:
mode:
authorclick <none@none>2010-04-22 20:36:47 +0200
committerclick <none@none>2010-04-22 20:36:47 +0200
commitf65318eaf37c5afa037e71648f4bf9d9ecb896e3 (patch)
tree03193d523bd0d8949b26cbaa8664115afb45663e /src/game/SpellMgr.cpp
parent144dbd11ddd9c0cfe67b2f0cfd524df46312a688 (diff)
Revert the override introduced in [7980]
This due to a referencefile not being updated after 3.3.3a changeover (gave bad counting-values when examining DBCs) --HG-- branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
-rw-r--r--src/game/SpellMgr.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp
index 24f08556926..b52811ca220 100644
--- a/src/game/SpellMgr.cpp
+++ b/src/game/SpellMgr.cpp
@@ -3810,12 +3810,6 @@ void SpellMgr::LoadSpellCustomAttr()
spellInfo->EffectImplicitTargetB[1] = TARGET_UNIT_AREA_ALLY_SRC;
count++;
break;
- case 74410: // Arena - Dampening
- case 74411: // Battleground - Dampening
- spellInfo->EffectApplyAuraName[0] = SPELL_AURA_MOD_HEALING_DONE_PERCENT;
- spellInfo->EffectBasePoints[0] = -11; // 1 -11 = -10
- count++;
- break;
case 31687: // Summon Water Elemental
// 322-330 switch - effect changed to dummy, target entry not changed in client:(
spellInfo->EffectImplicitTargetA[0] = TARGET_UNIT_CASTER;