Skip to content

Commit

Permalink
Fix sonar bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas committed Oct 26, 2021
1 parent dcca785 commit 14a7dd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/items/functions/item_parse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,6 @@ void ItemParse::parseField(const std::string& tmpStrValue, pugi::xml_node attrib
if (conditionDamage->getTotalDamage() > 0) {
conditionDamage->setParam(CONDITION_PARAM_FORCEUPDATE, 1);
}
delete conditionDamage;
}
}
}
Expand Down

0 comments on commit 14a7dd6

Please sign in to comment.