diff options
author | megamage <none@none> | 2009-01-14 18:42:53 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-01-14 18:42:53 -0600 |
commit | 14e38a3ddf27a7ced018c59864c81dd6eb35217f (patch) | |
tree | d29e76ad51fea59cba9c808651929f549f7ba392 /src/game/Spell.cpp | |
parent | 83e7f653fe6a1aad6121fa7606da620d14938e0c (diff) |
*Update to Mangos 7093.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r-- | src/game/Spell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index af2580b5dc4..5b1e5d0a7a0 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -1972,7 +1972,7 @@ void Spell::SetTargetMap(uint32 i,uint32 cur,std::list<Unit*> &TagUnitMap) } } -void Spell::prepare(SpellCastTargets * targets, Aura* triggeredByAura) +void Spell::prepare(SpellCastTargets const* targets, Aura* triggeredByAura) { if(m_CastItem) m_castItemGUID = m_CastItem->GetGUID(); |