mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-22 20:11:33 +00:00
Remove test use
This commit is contained in:
parent
76f872aaa2
commit
81da58478d
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ namespace MWLua
|
|||
});
|
||||
|
||||
classT["specialization"] = sol::readonly_property([](const ESM::Class& rec) -> std::string_view {
|
||||
return ESM::Class::indexToLuaId.at(rec.mData.mSpecialization + 10);
|
||||
return ESM::Class::indexToLuaId.at(rec.mData.mSpecialization);
|
||||
});
|
||||
classT["isPlayable"]
|
||||
= sol::readonly_property([](const ESM::Class& rec) -> bool { return rec.mData.mIsPlayable; });
|
||||
|
|
Loading…
Reference in a new issue