aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorQAston <none@none>2009-04-06 13:46:52 +0200
committerQAston <none@none>2009-04-06 13:46:52 +0200
commit9f9b4ce876f977f9b653e5dd8e090f7e738ad5f5 (patch)
tree7afadfffa273c6c3fa64d4b628ed786a78afd939 /src
parent20c02ef7606557a3932d2a3ca052242224a53b4a (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.cpp2
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
{