diff options
| author | maximius <none@none> | 2009-11-22 19:30:36 -0800 |
|---|---|---|
| committer | maximius <none@none> | 2009-11-22 19:30:36 -0800 |
| commit | 9b7f2240b8f2130d0fb818953afbbc2477287693 (patch) | |
| tree | 501ee3b45e5e01690f9cc4ba57c576d468316886 /src/game/SpellEffects.cpp | |
| parent | d137c68ff9d225bf2e8f9f1039a8eb9bcac59f24 (diff) | |
*LIttle bit of cleanup, fix a warning.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
| -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 538a945ee26..265319d6992 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -6017,7 +6017,7 @@ void Spell::EffectSanctuary(uint32 /*i*/) if(!(*iter)->hasUnitState(UNIT_STAT_CASTING)) continue; - for (uint32 i = CURRENT_FIRST_NON_MELEE_SPELL; i < CURRENT_MAX_SPELL; i++) + for (uint32 i = CURRENT_FIRST_NON_MELEE_SPELL; i < CURRENT_MAX_SPELL; ++i) { if((*iter)->GetCurrentSpell(i) && (*iter)->GetCurrentSpell(i)->m_targets.getUnitTargetGUID() == unitTarget->GetGUID()) |
