Skip to content

Commit

Permalink
Re-open reward dialog in case the user closes it, see https://discord…
Browse files Browse the repository at this point in the history
  • Loading branch information
estralis committed Nov 5, 2023
1 parent 42aaaec commit b884ce3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quest/explorersguild.lua
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ function M.rewardDialog(Char, nrStones)
if success then
local selected = dialog:getSelectedIndex()+1
common.CreateItem(Char, reward[nrStones][selected][1], reward[nrStones][selected][2], 699, nil)
else
Char:requestSelectionDialog(dialog)
end
end

Expand Down

0 comments on commit b884ce3

Please sign in to comment.