From 3659890b282ebdbc24dd6a48eae4497be675b6f4 Mon Sep 17 00:00:00 2001 From: Zackhasacat Date: Sat, 11 May 2024 22:21:41 -0500 Subject: [PATCH] Fix link --- files/lua_api/openmw/types.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/lua_api/openmw/types.lua b/files/lua_api/openmw/types.lua index 473d1ef60a..c32e275886 100644 --- a/files/lua_api/openmw/types.lua +++ b/files/lua_api/openmw/types.lua @@ -315,7 +315,7 @@ -- @param #any spellOrId A @{openmw.core#Spell} or string record id. --- --- Remove an active spell based on active spell ID (see @{openmw.core#(ActiveSpell).activeSpellId}). Can only be used in global scripts or on self. Can only be used to remove spells with the temporary flag set (see @{openmw.core#(ActiveSpell).temporary}). +-- Remove an active spell based on active spell ID (see @{openmw_core#ActiveSpell.activeSpellId}). Can only be used in global scripts or on self. Can only be used to remove spells with the temporary flag set (see @{openmw_core#ActiveSpell.temporary}). -- @function [parent=#ActorActiveSpells] remove -- @param self -- @param #any id Active spell ID.