aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormegamage <none@none>2008-12-31 09:29:18 -0600
committermegamage <none@none>2008-12-31 09:29:18 -0600
commit3885ce94d9be86616bb01e660a70087fcbfc6ffd (patch)
tree6bd1ecf4876a2bb9bd40e5deb5266013b28947a9
parente94249cd456826c53a3915dc825634938fa2da3e (diff)
*Fix build.
--HG-- branch : trunk
-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 1ecbb1fe086..6865c67d24c 100644
--- a/src/game/SpellAuras.cpp
+++ b/src/game/SpellAuras.cpp
@@ -651,7 +651,7 @@ void AreaAura::Update(uint32 diff)
// actualBasePoints = actualSpellInfo->EffectBasePoints[m_effIndex];
AreaAura *aur;
if(actualSpellInfo == GetSpellProto())
- aur = new AreaAura(actualSpellInfo, m_effIndex, &damage, (*tIter), caster, NULL);
+ aur = new AreaAura(actualSpellInfo, m_effIndex, &m_modifier.m_amount, (*tIter), caster, NULL);
else
aur = new AreaAura(actualSpellInfo, m_effIndex, NULL, (*tIter), caster, NULL);
(*tIter)->AddAura(aur);