aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellAuras.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2008-12-24 12:23:48 -0600
committermegamage <none@none>2008-12-24 12:23:48 -0600
commit8c6b82f448f08afb6dc0a0216f751d686ddc08cb (patch)
treef005162b37cc68f866c06ea775e64e7ef160ffba /src/game/SpellAuras.cpp
parentf511dc2c12f37538d057beb2d945a20c76f1a464 (diff)
parent4a917033c5da12c838d47bff6798434a1698655a (diff)
Merge.
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
-rw-r--r--src/game/SpellAuras.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp
index 75c78003857..23a649042c8 100644
--- a/src/game/SpellAuras.cpp
+++ b/src/game/SpellAuras.cpp
@@ -364,7 +364,7 @@ m_periodicTimer(0), m_PeriodicEventId(0), m_AuraDRGroup(DIMINISHING_NONE)
if(!caster)
{
m_caster_guid = target->GetGUID();
- damage = m_currentBasePoints+1; // stored value-1
+ //damage = m_currentBasePoints+1; // stored value-1
m_maxduration = target->CalculateSpellDuration(m_spellProto, m_effIndex, target);
}
else