aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellAuras.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2008-12-24 11:20:23 -0600
committermegamage <none@none>2008-12-24 11:20:23 -0600
commit24a5af843f55a5632ecafef6b4fafc114b60b3a7 (patch)
tree0ab55bb888b09f2393b948b18a15987d0800b836 /src/game/SpellAuras.cpp
parent184b82abccfff95b18bed81ded1b5a7e98d2dbd3 (diff)
parent4a917033c5da12c838d47bff6798434a1698655a (diff)
*Backout the patch committed by mistake.
--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 36feb9b9375..1597b4a2b25 100644
--- a/src/game/SpellAuras.cpp
+++ b/src/game/SpellAuras.cpp
@@ -342,7 +342,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