diff options
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 4d0ea4a23ad..88e815352e1 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -728,8 +728,8 @@ void Spell::FillTargetMap() m_UniqueTargetInfo.erase(ihit++); continue; } - ++ihit; } + ++ihit; } if (checkLvl && m_UniqueTargetInfo.empty()) { |
