mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-02 19:03:18 +00:00
Merge branch 'FixPlayerQuestName' into 'master'
Fix bad document keyword See merge request OpenMW/openmw!5077
This commit is contained in:
commit
48ee222cac
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue