Skip to content

Commit

Permalink
Merge branch 'middlegard' of https://github.com/vllworldbuilding/canary
Browse files Browse the repository at this point in the history
… into middlegard
  • Loading branch information
vllworldbuilding committed Jan 10, 2025
2 parents 2faef33 + 4f6c82d commit 275ea60
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 275ea60

Please sign in to comment.