Mercurial > wow > wowdb-profiler
diff Comments.lua @ 364:de1f7476805e 6.0.2-4
Fixed comment issue with quests.
author | MMOSimca <MMOSimca@gmail.com> |
---|---|
date | Wed, 15 Oct 2014 18:01:59 -0400 |
parents | 2ca6db4e2296 |
children | 4a4ed54e4201 |
line wrap: on
line diff
--- 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))