mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-21 11:53:51 +00:00
fixed a type in a script instruction
This commit is contained in:
parent
8e1a2e3a13
commit
8bcd7d8fb1
1 changed files with 1 additions and 1 deletions
|
@ -1090,7 +1090,7 @@ namespace MWScript
|
||||||
"alteration", "illusion", "conjuration", "mysticism",
|
"alteration", "illusion", "conjuration", "mysticism",
|
||||||
"restoration", "alchemy", "unarmored", "security", "sneak",
|
"restoration", "alchemy", "unarmored", "security", "sneak",
|
||||||
"acrobatics", "lightarmor", "shortblade", "marksman",
|
"acrobatics", "lightarmor", "shortblade", "marksman",
|
||||||
"merchantile", "speechcraft", "handtohand"
|
"mercantile", "speechcraft", "handtohand"
|
||||||
};
|
};
|
||||||
|
|
||||||
std::string get ("get");
|
std::string get ("get");
|
||||||
|
|
Loading…
Reference in a new issue