From 3885ce94d9be86616bb01e660a70087fcbfc6ffd Mon Sep 17 00:00:00 2001 From: megamage Date: Wed, 31 Dec 2008 09:29:18 -0600 Subject: *Fix build. --HG-- branch : trunk --- src/game/SpellAuras.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3