fixed typo and bug #6478

This commit is contained in:
Sokomine 2024-03-14 17:17:06 +01:00
parent 443d6568b1
commit c26068fd48

View File

@ -285,7 +285,7 @@ yl_speak_up.input_fs_add_quest_steps = function(player, formname, fields)
if(not(work_step)) then
return -- TODO
elseif(mode == "embedded_select") then
yl_speak_up.speak_to[t.pname].quest_step = work_step
yl_speak_up.speak_to[pname].quest_step = work_step
return yl_speak_up.show_fs(player, "manage_quest_steps", work_step)
elseif(mode == "assign_quest_step") then
-- TODO: what if there's already a step assigned?