aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellAuras.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2008-12-24 10:57:04 -0600
committermegamage <none@none>2008-12-24 10:57:04 -0600
commit253f4bf374ccaa83d20a7ff58e31b37300f4a26e (patch)
tree32ad2585c67269500c961af90f5d561570331b50 /src/game/SpellAuras.cpp
parentc81299e6536e249ca05eebf100f3f350522da7da (diff)
*Fix the bug that many talents lose one point.
--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