mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 21:40:03 +00:00
Remove test use
This commit is contained in:
parent
76f872aaa2
commit
81da58478d
@ -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…
x
Reference in New Issue
Block a user