mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-08 15:46:40 +00:00
different empty line?
This commit is contained in:
parent
c139680ce3
commit
1986891e79
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ namespace MWLua
|
|||
auto& stats = cls.getNpcStats(o.ptr());
|
||||
stats.setBaseDisposition(stats.getBaseDisposition() + value);
|
||||
};
|
||||
|
||||
|
||||
npc["createRecordDraft"] = tableToNPC;
|
||||
npc["getFactionRank"] = [](const Object& actor, std::string_view faction) -> size_t {
|
||||
const MWWorld::Ptr ptr = actor.ptr();
|
||||
|
|
|
|||
Loading…
Reference in a new issue