mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-01 18:15:37 +00:00
Fix typo
This commit is contained in:
parent
a7e0562e1c
commit
fb9f5f8fe8
1 changed files with 1 additions and 1 deletions
|
@ -606,7 +606,7 @@ namespace CSMWorld
|
||||||
funcMap["09"] = "PC Fatigue";
|
funcMap["09"] = "PC Fatigue";
|
||||||
funcMap["10"] = "PC Strength";
|
funcMap["10"] = "PC Strength";
|
||||||
funcMap["11"] = "PC Block";
|
funcMap["11"] = "PC Block";
|
||||||
funcMap["12"] = "PC Armoror";
|
funcMap["12"] = "PC Armorer";
|
||||||
funcMap["13"] = "PC Medium Armor";
|
funcMap["13"] = "PC Medium Armor";
|
||||||
funcMap["14"] = "PC Heavy Armor";
|
funcMap["14"] = "PC Heavy Armor";
|
||||||
funcMap["15"] = "PC Blunt Weapon";
|
funcMap["15"] = "PC Blunt Weapon";
|
||||||
|
|
Loading…
Reference in a new issue