diff --git a/files/lua_api/openmw/core.lua b/files/lua_api/openmw/core.lua index d7e8b7fe33..8f9487d139 100644 --- a/files/lua_api/openmw/core.lua +++ b/files/lua_api/openmw/core.lua @@ -1081,7 +1081,7 @@ -- local bb = core.dialogue.voice.records['flee'].infos[149].sound --- --- Quest stage (same as in @{openmw_types#PlayerQuest.stage}) this info entry is associated with. +-- Quest stage (same as in @{openmw_types#PLAYERQuest.stage}) this info entry is associated with. -- Non-nil only for journal records. -- @field [parent=#DialogueRecordInfo] #number questStage diff --git a/files/lua_api/openmw/types.lua b/files/lua_api/openmw/types.lua index ecb64910a7..b937e96c14 100644 --- a/files/lua_api/openmw/types.lua +++ b/files/lua_api/openmw/types.lua @@ -1333,7 +1333,7 @@ -- @field [parent=#PlayerJournalTextEntry] #string id --- --- @type PlayerQuest +-- @type PLAYERQuest -- @field #string id The quest id. -- @field #number stage The quest stage (global and player scripts can change it). Changing the stage starts the quest if it wasn't started. -- @field #boolean started Whether the quest is started.