aboutsummaryrefslogtreecommitdiff
path: root/src/game/Spell.cpp
diff options
context:
space:
mode:
authorQAston <none@none>2009-06-29 20:50:38 +0200
committerQAston <none@none>2009-06-29 20:50:38 +0200
commit8609527066dfa0a3999e88851645473f2df772ea (patch)
tree548d245f3f34fa0329033703811ea3fef90778f3 /src/game/Spell.cpp
parent40679890962457c6c85adad6b93f5f6bda73a635 (diff)
*Fix the issue of water elemental GCD preventing freeze to be casted - by Larva
*Correct a typo in prev commit. --HG-- branch : trunk
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r--src/game/Spell.cpp2
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())
{