diff options
author | Nay <dnpd.dd@gmail.com> | 2012-08-30 22:44:33 +0100 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2012-08-30 22:44:33 +0100 |
commit | e3d9768a50a3b2b700d65e0cc96e697a5c9d22dc (patch) | |
tree | 221f2bc4bd2745ab9bcc7389523f4a43d8ac8b11 /src/server/game/Conditions/ConditionMgr.cpp | |
parent | abbb896cfb73017cf1c313d597984a9ce0a9dcab (diff) |
Core: Fix many "errors"/warnings and coding style (3)
Game
Errors were found using Cppcheck, open-source static analysis tool
Diffstat (limited to 'src/server/game/Conditions/ConditionMgr.cpp')
-rwxr-xr-x | src/server/game/Conditions/ConditionMgr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/game/Conditions/ConditionMgr.cpp b/src/server/game/Conditions/ConditionMgr.cpp index 7bb28556514..e24547f1a31 100755 --- a/src/server/game/Conditions/ConditionMgr.cpp +++ b/src/server/game/Conditions/ConditionMgr.cpp @@ -867,7 +867,6 @@ void ConditionMgr::LoadConditions(bool isReload) valid = true; ++count; continue; // do not add to m_AllocatedMemory to avoid double deleting - break; } case CONDITION_SOURCE_TYPE_SPELL_IMPLICIT_TARGET: valid = addToSpellImplicitTargetConditions(cond); |