diff --git a/files/lua_api/openmw/world.lua b/files/lua_api/openmw/world.lua index 22126ce8f4..0b3e3f2e40 100644 --- a/files/lua_api/openmw/world.lua +++ b/files/lua_api/openmw/world.lua @@ -200,7 +200,7 @@ -- @usage -- Spawn a sanctuary effect near the player -- local effect = core.magic.effects.records[core.magic.EFFECT_TYPE.Sanctuary] -- local pos = self.position + util.vector3(0, 100, 0) --- local model = types.Static.record(effect.castingStatic).model +-- local model = types.Static.records[effect.castStatic].model -- core.sendGlobalEvent('SpawnVfx', {model = model, position = pos}) --