Skip to content

Commit 48ee222

Browse files
committed
Merge branch 'FixPlayerQuestName' into 'master'
Fix bad document keyword See merge request OpenMW/openmw!5077
2 parents efbdd0c + b3bdb3b commit 48ee222

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

files/lua_api/openmw/core.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@
10811081
-- local bb = core.dialogue.voice.records['flee'].infos[149].sound
10821082

10831083
---
1084-
-- Quest stage (same as in @{openmw_types#PlayerQuest.stage}) this info entry is associated with.
1084+
-- Quest stage (same as in @{openmw_types#PLAYERQuest.stage}) this info entry is associated with.
10851085
-- Non-nil only for journal records.
10861086
-- @field [parent=#DialogueRecordInfo] #number questStage
10871087

files/lua_api/openmw/types.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1333,7 +1333,7 @@
13331333
-- @field [parent=#PlayerJournalTextEntry] #string id
13341334

13351335
---
1336-
-- @type PlayerQuest
1336+
-- @type PLAYERQuest
13371337
-- @field #string id The quest id.
13381338
-- @field #number stage The quest stage (global and player scripts can change it). Changing the stage starts the quest if it wasn't started.
13391339
-- @field #boolean started Whether the quest is started.

0 commit comments

Comments
 (0)