Skip to content

Commit c9f9ad1

Browse files
committed
improve "key"
1 parent 9418b18 commit c9f9ad1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Modules/ConfigOptions.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ local function addQuestModsRewardsConfigOptions(configSettings)
6969
if quest.useConfig == false then
7070
goto continue
7171
end
72-
local key = "questAct" .. quest.Act .. quest.Description .. quest.Area .. quest.Info
72+
local key = "quest" .. quest.Description .. quest.Area .. quest.Info
7373
local label = string.format("%s: %s", quest.Description, quest.Area)
7474
local source = string.format("Quest:%s: %s", quest.Description, quest.Area)
7575
if quest.Stat then

0 commit comments

Comments
 (0)