diff options
author | QAston <none@none> | 2009-04-06 13:46:52 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-04-06 13:46:52 +0200 |
commit | 9f9b4ce876f977f9b653e5dd8e090f7e738ad5f5 (patch) | |
tree | 7afadfffa273c6c3fa64d4b628ed786a78afd939 /src | |
parent | 20c02ef7606557a3932d2a3ca052242224a53b4a (diff) |
*SQL and testing for last commit is by Drahy-sorry for forgotting to mention it.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/SpellAuras.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 34395a13f1c..9d2f1c8865c 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -367,7 +367,7 @@ m_auraSlot(MAX_AURAS), m_auraLevel(1), m_procCharges(0), m_stackAmount(1),m_aura { m_caster_guid = target->GetGUID(); //damage = m_currentBasePoints+1; // stored value-1 - m_maxduration = target->CalcSpellDuration(m_spellProto); + m_maxduration = target->CalcSpellDuration(m_spellProto); } else { |