diff options
author | QAston <none@none> | 2009-04-07 23:53:13 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-04-07 23:53:13 +0200 |
commit | af406ef27196a3784f245b7b877a416de80c9dc3 (patch) | |
tree | 2c0f44bb46adf1e7fbf4dbab9142fc29c86c7ebc | |
parent | 7d2652e8621601652d692b1552c86211b5e1042a (diff) |
*Again a typofix-sorry for that
--HG--
branch : trunk
-rw-r--r-- | src/game/SpellEffects.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 7d56e3442b3..f27cf4bf0c6 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -2050,7 +2050,7 @@ void Spell::EffectTriggerSpell(uint32 i) { uint32 dispelMask = GetDispellMask(DISPEL_ALL); Unit::AuraMap& Auras = m_caster->GetAuras(); - for(Unit::AuraMap::iterator iter = Auras.begin(); iter != Auras.end(); ++iter) + for(Unit::AuraMap::iterator iter = Auras.begin(); iter != Auras.end();) { // remove all harmful spells on you... SpellEntry const* spell = iter->second->GetSpellProto(); |