From 253f4bf374ccaa83d20a7ff58e31b37300f4a26e Mon Sep 17 00:00:00 2001 From: megamage Date: Wed, 24 Dec 2008 10:57:04 -0600 Subject: *Fix the bug that many talents lose one point. --HG-- branch : trunk --- src/game/SpellAuras.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/SpellAuras.cpp') 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 -- cgit v1.2.3