Skip to content

Commit

Permalink
Code format - (Clang-format)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 10, 2025
1 parent 68c028d commit 4f6c82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/items/functions/item/item_parse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ void ItemParse::parseSkills(const std::string &stringValue, pugi::xml_attribute
} else if (stringValue == "skillmusic") {
itemType.getAbilities().skills[SKILL_MUSIC] = pugi::cast<int32_t>(valueAttribute.value());
} else if (stringValue == "skillwisdom") {
itemType.getAbilities().skills[SKILL_WISDOM] = pugi::cast<int32_t>(valueAttribute.value());
itemType.getAbilities().skills[SKILL_WISDOM] = pugi::cast<int32_t>(valueAttribute.value());
} else if (stringValue == "skillshield") {
itemType.getAbilities().skills[SKILL_SHIELD] = pugi::cast<int32_t>(valueAttribute.value());
} else if (stringValue == "skillfist") {
Expand Down

0 comments on commit 4f6c82d

Please sign in to comment.