aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShauren <none@none>2010-06-29 14:33:07 +0200
committerShauren <none@none>2010-06-29 14:33:07 +0200
commit9a648e120de1a9ca85e9dc1386e13dec0f8564b5 (patch)
tree4994eda75e6684546144b70d33ab655fa265919f /src
parent4b19773df135518729cb9df92cb0859f0df556a5 (diff)
This should not be there
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Entities/Unit/Unit.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/server/game/Entities/Unit/Unit.cpp b/src/server/game/Entities/Unit/Unit.cpp
index 4585e0c8b85..362ccbf582d 100644
--- a/src/server/game/Entities/Unit/Unit.cpp
+++ b/src/server/game/Entities/Unit/Unit.cpp
@@ -2197,9 +2197,6 @@ void Unit::CalcHealAbsorb(Unit *pVictim, const SpellEntry *healSpell, uint32 &he
// Need remove expired auras after
bool existExpired = false;
- // Incanter's Absorption, for converting to spell power
- int32 incanterAbsorption = 0;
-
// absorb without mana cost
AuraEffectList const& vHealAbsorb = pVictim->GetAuraEffectsByType(SPELL_AURA_SCHOOL_HEAL_ABSORB);
for (AuraEffectList::const_iterator i = vHealAbsorb.begin(); i != vHealAbsorb.end() && RemainingHeal > 0; ++i)