# HG changeset patch # User MMOSimca # Date 1413410519 14400 # Node ID de1f7476805ed9ac0dc15fc435e8cecc776a41b0 # Parent 17c837b3f6b487f8de40a77fdc639a6cd3320c40 Fixed comment issue with quests. diff -r 17c837b3f6b4 -r de1f7476805e Comments.lua --- a/Comments.lua Tue Oct 14 16:08:29 2014 -0400 +++ b/Comments.lua Wed Oct 15 18:01:59 2014 -0400 @@ -363,7 +363,7 @@ local quest_index = _G.GetQuestLogSelection() if quest_index and _G.QuestMapFrame:IsVisible() and not _G.QuestScrollFrame:IsVisible() then - local title, _, tag, _, is_header, _, _, _, idnum = _G.GetQuestLogTitle(quest_index) + local title, _, suggested_group, is_header, _, _, _, idnum = _G.GetQuestLogTitle(quest_index) if not is_header then line = display:AddLine(("Quest: %s"):format(title))