diff --git a/apps/openmw/mwclass/npc.cpp b/apps/openmw/mwclass/npc.cpp index 42b1176c74..e1e4e78566 100644 --- a/apps/openmw/mwclass/npc.cpp +++ b/apps/openmw/mwclass/npc.cpp @@ -877,7 +877,7 @@ namespace MWClass case ESM::Skill::LightArmor: return "FootLightLeft"; case ESM::Skill::MediumArmor: - return "FootMediumLeft"; + return "FootMedLeft"; case ESM::Skill::HeavyArmor: return "FootHeavyLeft"; } @@ -902,7 +902,7 @@ namespace MWClass case ESM::Skill::LightArmor: return "FootLightRight"; case ESM::Skill::MediumArmor: - return "FootMediumRight"; + return "FootMedRight"; case ESM::Skill::HeavyArmor: return "FootHeavyRight"; }