Checkbox also update settings
This commit is contained in:
parent
414aef6924
commit
b6d64d65b5
6 changed files with 45 additions and 40 deletions
|
@ -17,7 +17,7 @@ local function ShowQuestTranslation(event)
|
|||
local data = CzechQuestsAddon:GetData("quest", questId)
|
||||
if data then
|
||||
local title = GetQuestTitle(data.title, questId)
|
||||
frame:SetData(title, data.objective, "Popis", data.description, QuestLogFrame, 0, 0)
|
||||
frame:SetData(title, data.objective, "Popis", data.description, QuestLogFrame, -20, -20)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue